2013-02-16 10:29:00 by Sergey Svishchev | Files touched by this commit (2) |
Log message:
Update to 0.8. No change log.
|
2012-10-08 11:57:42 by Aleksej Saushev | Files touched by this commit (239) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-08-14 13:58:02 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update dvtm to 0.7.
PR 46585 by maintainer Leonardo Taccari.
Pkgsrc changes:
* Switched to <../..mk/curses.buildlink3.mk>: now dvtm also works with
curses(3).
* Reset maintainership to pkgsrc-users@NetBSD.org.
Changes:
* on resize backfill text from the buffer if possible
* fix for a segfault in resize code
* support for the 8 basic highlighted colors
* compilation fixes for BSD curses and pdcurses (however the
latter doesn't actually work due to the select(2) driven event loop
of dvtm)
* some AIX fixes
* graphmode fixes
* fibonacci layout (not enabled by default)
* dynamic color changes depending on the window title configurable in
config.h
* window borders are now drawn using the colors specified in config.h
* rudimentary mouse support, that is mouse events will be passed to
the underlying terminal application
* relicense terminal emulation component from LGPL to ISC
* various source code cleanups (code reviews and patches are always
welcome)
|
2011-08-31 14:54:58 by OBATA Akio | Files touched by this commit (3) |
Log message:
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
|
2009-07-08 08:28:22 by Tobias Nygren | Files touched by this commit (2) |
Log message:
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
|
2009-02-19 20:22:22 by Antoine Reilles | Files touched by this commit (2) |
Log message:
Use BSD_INSTALL_* instead of simply install and strip
This fixes install under darwin, when strip -s dvtm does not work
|
2009-02-17 11:09:08 by Tobias Nygren | Files touched by this commit (1) |
Log message:
options.mk no longer used with dvtm-0.5.1
|
2009-02-17 11:08:15 by Tobias Nygren | Files touched by this commit (3) |
Log message:
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)
|
2008-05-25 13:46:33 by Tobias Nygren | Files touched by this commit (4) |
Log message:
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
|
2008-03-09 18:20:47 by Tobias Nygren | Files touched by this commit (6) | |
Log message:
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.
|