https://github.com/sebkur/vexterm
A terminal emulator library and application
https://github.com/sebkur/vexterm
c gtk terminal-emulators
Last synced: 5 months ago
JSON representation
A terminal emulator library and application
- Host: GitHub
- URL: https://github.com/sebkur/vexterm
- Owner: sebkur
- Created: 2013-03-11T11:03:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T09:35:17.000Z (over 3 years ago)
- Last Synced: 2025-12-23T06:44:26.506Z (6 months ago)
- Topics: c, gtk, terminal-emulators
- Language: C
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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, do this:
cp res/config/config_global.xml /usr/share/vexterm/config.xml
and
cp res/config/config_local.xml $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.