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. dvtm is intended to be used where X11 isn't available or over SSH. In conjunction with dtach, it can be seen as a lightweight alternative to GNU screen.
| Tags | Terminals Utilities Desktop Environment Window Manager |
|---|---|
| Licenses | MIT/X |
| Operating Systems | POSIX BSD OpenBSD NetBSD FreeBSD Linux |
| Implementation | C |
Recent releases


Changes: This release has a compile fix for Mac OS X, optional beep on terminal bell, and better resize/redraw handling.


Changes: This is a bugfix release that contains a compile fix for curses libraries that do not provide the set_escdelay function. The home and end keys should now work more reliably.


Changes: This release introduces scrollback and 256-color support, fixes some bugs, and contains lots of small code cleanups.


Changes: Arrow keys should now work within vim. ALT+<n> as used by irssi to switch between windows should also work. Clients are now properly destroyed.


Changes: This version contains improved window positioning code, which only draws a border where absolutely necessary. New auto quit functionality was added, Support for the xterm title escape sequence was added, and the cursor visibility of applications running within dvtm is respected.