WISH: look into XAddConnectionWatch, does anybody need that?
DUMB: support tex fonts
-TODO: cursor restore/rendition restore on rmcup
- NOTICE: this release updates terminfo/termcap.
- the aterm code now frees the as visual and image manager objects
when a window was closed.
- new perl extension "overlay-osc", for status displays and the like.
- fix some minor cursor drawing issues with overlays by allowing
overlays to modify screen flags (to disable the cursor themselves).
- - work around programs not restoring rstyle before rmcup.
+ - work around programs not restoring rstyle before rmcup
+ (analysed by Miroslav Lichvar).
9.05 Sun Jun 15 20:09:20 CEST 2008
- new option --cd/chdir to set the starting working directory.
scr_change_screen (state);
break;
case 1049: /* secondary screen w/ clearing first */
- if (state)
- scr_cursor (SAVE);
+ if (option (Opt_secondaryScreen))
+ if (state)
+ scr_cursor (SAVE);
scr_change_screen (state);
- if (state)
- scr_erase_screen (2);
- else
- scr_cursor (RESTORE);
+ if (option (Opt_secondaryScreen))
+ if (state)
+ scr_erase_screen (2);
+ else
+ scr_cursor (RESTORE);
break;
default:
break;