summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-10-30 20:03:22 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-10-30 20:03:22 +0000
commit12b3f27976debad67cd40abeb825784a910c8286 (patch)
treeb8fbb482ac0cdb66f12b56b8e4987651b43bf3dd /HACKING
parent810df74cc6b9df3f5605ada6199a9d29954b7fe7 (diff)
downloadvte-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--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 5142f6d2..e1754c5a 100644
--- a/HACKING
+++ b/HACKING
@@ -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,