summaryrefslogtreecommitdiff
path: root/misc/dvtm/patches
AgeCommit message (Collapse)AuthorFilesLines
2009-02-19Use BSD_INSTALL_* instead of simply install and striptonio1-9/+11
This fixes install under darwin, when strip -s dvtm does not work
2009-02-17Update to dvtm-0.5.1 (patch from maintainer in private mail)tnn1-5/+8
Plain ncurses doesn't seem to be supported anymore, so switch over to use ncursesw by default and remove the corresponding PKG_OPTION. 0.5.1 changes: o Compile fix for missing set_escdelay function o Correct escape codes for HOME / END keys o The Makefile links against libncursesw by default, make unicode is gone 0.5 changes: o Scrollback support o 256 color support o Reduced latency on some keystrokes (lower $ESCDELAY value by default) o Statusbar should now support wide characters o $DVTM environment variable which is set to the current version o Screen lock functionality with Mod+X o Support for shifted arrow keys o Mod+? now displays the dvtm man page o Cygwin compile fix o Code cleanups and shrinkage by adding lots of static modifiers o Top stack layout (not compiled in by default) o Scripting interface over a named pipe (not compiled in by default)
2008-05-25Update to dvtm-0.4.1. Contributed by Leonardo Taccari.tnn1-23/+30
* Cursor key mode switching (this fixes arrow keys in vim) * Characters following an escape are passed to the underlying application, this fixes ALT+<n> key combination as used by irssi * A hack to make the keypad sort of work with putty * Mouse support is now compile time selectable * Destroy clients when an IO-error occurs * Correct signal handling (save and restore errno) * Destroy clients cleanly, prevent zombies * Added a note about copy & paste to the manual page (use SHIFT while selecting or pasting text) * Some source code formatting fixes
2008-03-09Import dvtm-0.4 as pkgsrc/misc/dvtm.tnn1-0/+26
dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs like vim, mutt, cmus or irssi. Packaged by Leonardo Taccari in pkgsrc-wip.