Up to [cvs.netbsd.org] / pkgsrc / misc / dvtm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 31 12:54:58 2011 UTC (8 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Update dvtm to 0.6.
PR#45315 by Bug Hunting.
Changes include:
- window content buffering upon resize, this actually improves
usability quite a bit. Thanks to Niki Yoshiuchi for the initial
patch
- multiplexing mode, press MOD+a and your keystrokes will be sent
to all non minimized windows. Could be handy if you have to do
something interactive simultaneously on multiple servers.
- a bug fix which should prevent leaking open file descriptors
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 8 06:28:22 2009 UTC (2 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
Update to dvtm-0.5.2 (patch from maintainer in private mail). While here set a proper LICENSE (dvtm is under MIT/X license). Changes: o compile fix for Mac OS X o optional beep on terminal bell (enable it per window with MOD+B) o the whole screen redraw command which is now by default associated with MOD+r reads the terminal size and adjust the working area accordingly
Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 17 10:08:15 2009 UTC (3 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
Update to dvtm-0.5.1 (patch from maintainer in private mail) 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)
Revision 1.2 / (download) - annotate - [select for diffs], Sun May 25 11:46:33 2008 UTC (4 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +12 -6
lines
Diff to previous 1.1 (colored)
Update to dvtm-0.4.1. Contributed by Leonardo Taccari. * 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
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 9 17:20:47 2008 UTC (4 years, 2 months ago) by tnn
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import dvtm-0.4 as pkgsrc/misc/dvtm. 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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 9 17:20:47 2008 UTC (4 years, 2 months ago) by tnn
Branch: MAIN
Initial revision