diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-10-30 20:03:22 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-10-30 20:03:22 +0000 |
commit | 12b3f27976debad67cd40abeb825784a910c8286 (patch) | |
tree | b8fbb482ac0cdb66f12b56b8e4987651b43bf3dd /NEWS | |
parent | 810df74cc6b9df3f5605ada6199a9d29954b7fe7 (diff) |
implement iconify, deiconify, raise, lower, maximize, restore, refresh,
* src/vteapp.c: implement iconify, deiconify, raise, lower, maximize, restore,
refresh, resize, and move signals.
* src/vte.c: add vte_terminal_match_remove().
* src/vte.c (vte_sequence_handler_cb): clear the current column in addition to
columns to the left, spotted by Sam Varshavchik.
* src/vte.c: Use g_array_set_size() to clear arrays instead of removing each
element. Properly initialize new columns with just the default colors
and not other attributes (#96978).
* src/vte.c (vte_sequence_handler_ta): revert to non-overwriting tabs, otherwise
we got occasional drawing artifacts.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +0.10: selection rewrite 0.9: gnome-pty-helper integration, with lastlog/utmp/wtmp logging 0.8: iso-2022 substitutions 0.7: faster rendering |