index
:
st.git
master
simple terminal
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.h
Age
Commit message (
Expand
)
Author
2021-11-01
More based binds
rafa_99
2021-04-13
Added Custom Config
rafa_99
2021-04-13
Stocked Out st
rafa_99
2021-02-10
Updated Font to Fira Code
rafa_99
2021-02-04
Restored Default PixelSize of Font
rafa_99
2021-01-30
Updated Font Size
rafa_99
2020-11-11
Updated Cursor to BLOCO
rafa_99
2020-10-05
Updated Terminal Transparency
rafa_99
2020-07-03
Updated Cursor
rafa_99
2020-07-03
Added Configs
rafa_99
2020-07-03
Updated Source to Bumped Version
rafa_99
2020-05-26
Updated Configs
rafa_99
2020-05-26
Fixed Up Font
rafa_99
2020-05-26
Added Custom Config
rafa_99
2020-05-26
Bump to version 0.8.3
rafa_99
2020-04-26
Updated Fonts
rafa_99
2020-03-24
Fixed Font Compile Error
rafa_99
2020-03-22
Updated ST Bindings
rafa_99
2020-03-15
Updated Font
rafa_99
2020-03-15
Font2 Patch
rafa_99
2020-03-07
Updated Colors Header
rafa_99
2020-02-21
Modularized Colors for Easy Replacement
rafa_99
2020-02-20
Updated Config
rafa_99
2020-02-20
Updated ST Color Scheme
rafa_99
2020-02-20
Updated White Color
rafa_99
2020-02-20
Updated ColorScheme
rafa_99
2020-01-15
Added Transparency
rafa_99
2019-11-25
Updated Zoom Reset Key
rafa_99
2019-11-24
Added Logo and Updated Config
rafa_99
2019-11-24
Added Custom Config
rafa_99
2010-08-30
fix build
pancake
2010-08-30
cursor is hid when unfocused.
Aurélien Aptel
2010-08-30
removed (visual) bell. '\a' sets the urgency flag if st is unfocused.
Aurélien Aptel
2010-08-29
moved term.hidec in term.c for consistency, put back delay in xbell()
Aurélien Aptel
2010-08-22
added F1-12 key, fixed DCH and ICH.
Aurélien Aptel
2010-08-19
fixed backspace problem, updated terminfo entry and moved TNAME in config.h.
Aurélien Aptel
2010-07-24
applied Devin J Pohly's st color info patches, thanks Devin!
Anselm R Garbe
2010-04-26
use SHELL environment variable (thx Thomas Adam)
Aurélien Aptel
2010-03-15
double-buffering added using pixmap (finally).
Aurélien Aptel
2010-03-11
bold attribute is back.
Aurélien Aptel
2010-02-08
more escapes & more compability:
Aurélien Aptel
2010-02-03
graphic charset and a few more escapes.
Aurélien Aptel
2009-10-28
drawing is faster but the bold attr is not supported anymore.
Aurélien Aptel
2009-09-07
Fixed possible segfault by reverting to the key struct (again).
Aurélien Aptel
2009-07-10
we definately need pixmaps for the drawing, currently drawing into the window...
Anselm R Garbe
2009-06-21
reverted back to the old Key struct.
Aurélien Aptel
2009-06-21
updated "key" to a lookup table.
Aurélien Aptel
2009-06-16
added/removed files, updated Makefile.
Aurélien Aptel