mc/src
Andrew Borodin 3c4fe21108 Ticket #4019: fix SIGWINCH handling,
Fix regression introduced in 37ffc02422.

(tty_got_winch): don't read FIFO, just check whether it os empty or not.
It can be called many times without lost of info about SIGWINCH raises.
(tty_flush_winch): read from FIFO to make it empty.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2019-09-29 11:21:14 +03:00
..
consaver Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
diffviewer diffviewer: refactoring of MSG_RESIZE handling. 2019-09-01 19:41:12 +03:00
editor mcedit: refactoring of MSG_RESIZE handling. 2019-09-01 19:41:12 +03:00
filemanager Ticket #3859: rotating dash generates way too much output. 2019-09-22 13:04:53 +03:00
man2hlp src/man2hlp.in: support partly .RE macro. 2019-02-03 12:47:59 +03:00
subshell src/subshell/proxyfunc.c: fix up includes. 2019-09-01 19:41:12 +03:00
vfs Ticket #3936: update uc1541 extfs 2019-09-21 19:54:54 +03:00
viewer (dir_list_load): show error message outside of this function. 2019-09-01 19:41:12 +03:00
.gitignore Fix .gitignore 2019-09-01 20:13:27 +03:00
args.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
args.h Ticket #3805: fix --help option to show correct syntax for editor, viewer and mcdiff 2017-04-15 09:49:29 +03:00
background.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
background.h Remove unneeded struct keyword for typedef'd structs 2016-03-04 09:23:38 +03:00
clipboard.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
clipboard.h Use events for operate with clipboard (copy/paste to external clipboard, save/load to file) 2011-03-21 23:55:52 +02:00
cons.handler.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
events_init.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
events_init.h Prepare to initialize application events. 2011-03-21 11:46:41 +02:00
execute.c Ticket #4019: fix SIGWINCH handling, 2019-09-29 11:21:14 +03:00
execute.h (toggle_panels): join with view_other_cmd and rename to toggle_subshell. 2019-09-01 19:41:12 +03:00
file_history.c Editor and viewer history: support CK_Delete, 2019-08-10 09:45:27 +03:00
file_history.h Refactoring of show file history in the file manager. 2019-08-10 09:45:27 +03:00
help.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
help.h Typo fixes. 2013-07-23 14:15:24 +04:00
history.h fixed doxygen documentation 2012-09-10 14:29:53 +03:00
keybind-defaults.c Ticket #4006: remove Enter from Down menu key binding. 2019-08-23 12:44:06 +03:00
keybind-defaults.h Ticket #212: implement keybinding for menu. 2019-06-09 12:06:10 +03:00
learn.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
learn.h Code indentation in src directory 2010-11-24 10:27:47 +03:00
main.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
Makefile.am Refactoring of show file history in the file manager. 2019-08-10 09:45:27 +03:00
selcodepage.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
selcodepage.h Cleanup of main.[ch]. 2010-11-24 10:51:31 +03:00
setup.c Move history operation routines from lib/widget/history.c to lib/mcconfig/history.c. 2019-09-01 19:41:12 +03:00
setup.h Ticket #3913: implement safe file overwrite. 2018-04-25 11:36:10 +03:00
textconf.c Report Aspell support (if enabled) in the output of mc -V. 2019-02-03 12:47:59 +03:00
textconf.h Added --configure-options for easy update & reconfigure existing mc. 2011-03-29 12:37:55 +03:00
usermenu.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
usermenu.h Ticket #3861: fix %f macro in mcedit user menu. 2017-10-28 18:46:08 +03:00
util.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
util.h (check_for_default): minor optimization and change return value. 2012-04-22 11:25:11 +03:00