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 /HACKING | |
parent | 810df74cc6b9df3f5605ada6199a9d29954b7fe7 (diff) | |
download | vte-12b3f27976debad67cd40abeb825784a910c8286.tar.gz |
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 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ This entire tree is "some highly unsupported crackrock", yet it seems to have reached some degree of stability. Please contact me directly if you intend to -hack on it. +hack on it, especially if you want to make changes in the development tree. Thanks, |