smol/src
Benno Schulenberg 07a39e8e18 screen: don't simulate a sigwinch but directly reinitialize the screen
This fixes the second part of https://savannah.gnu.org/bugs/?48331.

Reported-by: Mike Frysinger <vapier@gentoo.org>
2016-06-29 15:55:38 +02:00
..
Makefile.am build: refresh the git description whenever something is recompiled 2016-06-27 19:45:21 +02:00
browser.c browser: don't seem to enter a directory when it is inaccessible 2016-06-26 10:14:12 +02:00
chars.c chars: speed up two reverse-searching routines a bit 2016-06-27 19:22:28 +02:00
color.c syntax: don't call getcwd() with a NULL pointer 2016-06-04 12:02:49 +02:00
cut.c scrolling: center the cursor when inserted stuff does not fit on screen 2016-05-04 10:13:36 +02:00
files.c files: beep whenever writing out a file fails 2016-06-27 19:17:53 +02:00
global.c main: let the main loop restore the main menu, if needed 2016-06-21 11:03:38 +02:00
help.c tweaks: normalize some whitespace 2016-05-30 09:09:36 +02:00
move.c tweaks: harmonize some indentations, elide an #ifdef, and rewrap a line 2016-05-27 21:22:56 +02:00
nano.c screen: don't simulate a sigwinch but directly reinitialize the screen 2016-06-29 15:55:38 +02:00
nano.h build: refresh the git description whenever something is recompiled 2016-06-27 19:45:21 +02:00
prompt.c main: let the main loop restore the main menu, if needed 2016-06-21 11:03:38 +02:00
proto.h text: add an undo item before starting to comment or uncomment lines 2016-06-07 11:08:06 +02:00
rcfile.c new feature: comment/uncomment current line or selected lines 2016-05-25 22:29:50 +02:00
search.c moving: allow specifying negative numbers in "Go To Line" 2016-06-24 14:47:02 +02:00
text.c files: beep whenever writing out a file fails 2016-06-27 19:17:53 +02:00
utils.c tweaks: rewrap a bunch of lines and some comments 2016-06-20 13:05:45 +02:00
winio.c input: don't drop a keystroke on the floor when the terminal resizes 2016-06-29 15:53:08 +02:00