vexterm Code
Status: Beta
Brought to you by:
zsebastian
File | Date | Author | Commit |
---|---|---|---|
doc | 2010-03-25 | zsebastian | [r1] this is the initial release |
misc | 2010-03-29 | zsebastian | [r13] it's now possible to display the notebook's tab... |
res | 2010-03-29 | zsebastian | [r13] it's now possible to display the notebook's tab... |
src | 2013-03-01 | zsebastian | [r25] creating local config directory if not existant |
HACKING | 2010-03-25 | zsebastian | [r1] this is the initial release |
Makefile | 2010-03-26 | zsebastian | [r6] selected text is now being copied to the clipboard |
README | 2010-03-25 | zsebastian | [r1] this is the initial release |
TODO | 2010-03-25 | zsebastian | [r1] this is the initial release |
vg.supp | 2010-03-25 | zsebastian | [r1] this is the initial release |
README for vexterm ******************************************************************* *** Building : **************************************************** ******************************************************************* There currently is nothing to configure. Just type 'make dep' and 'make'. ******************************************************************* *** Dependencies: ************************************************* ******************************************************************* > glib > gtk > pango > cairo > popt > expat on a Debian-based system one could type: 'apt-get install libglib2.0-dev libgtk2.0-dev libpango1.0-dev libcairo2-dev libpopt-dev libexpat1-dev' ******************************************************************* *** Configuration: ************************************************ ******************************************************************* you can configure Vexterm using the 'Options' -> 'Preferences' menu. To have some profiles and colourschemes predefined, copy 'res/config/config_global.xml' to '/usr/share/vexterm/config.xml' and 'res/config/config_local.xml' to '$HOME/.config/vexterm/config.xml'. The global config file will be for all users and not editable by them. But they can use these profiles to duplicate them to create their own and locally overwrite preferences configured in the global file.