pinosaur
/
st.git
/ search
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Merge branch 'master' of ssh://suckless.org/gitrepos/st
2014-04-28
noname
Do not export chscale and cwscale.
commit
|
commitdiff
|
tree
2014-04-28
noname
Simplify xunloadfonts.
commit
|
commitdiff
|
tree
2014-04-28
noname
Remove one indentation level in getsel().
commit
|
commitdiff
|
tree
2014-04-28
noname
Remove unused dump() function.
commit
|
commitdiff
|
tree
2014-04-28
noname
Add missing function prototypes.
commit
|
commitdiff
|
tree
2014-04-28
noname
Use MODBIT in xseturgency.
commit
|
commitdiff
|
tree
2014-04-28
noname
Compute ena_sel as one expression.
commit
|
commitdiff
|
tree
2014-04-28
Roberto E. Vargas...
Simplify expressions in tputc()
commit
|
commitdiff
|
tree
2014-04-28
Roberto E. Vargas...
Fix misplaced break
commit
|
commitdiff
|
tree
2014-04-28
Roberto E. Vargas...
Create a function for DEC test
commit
|
commitdiff
|
tree
2014-04-28
Roberto E. Vargas...
Fix tputc control code handling
commit
|
commitdiff
|
tree
2014-04-27
Roberto E. Vargas...
Remove repeated initialisation of term.esc
commit
|
commitdiff
|
tree
2014-04-27
Roberto E. Vargas...
Cancel DCS with SUB, CAN, ESC or any CC1 code
commit
|
commitdiff
|
tree
2014-04-27
Markus Teich
add break;s for last cases in switch statements
commit
|
commitdiff
|
tree
2014-04-25
noname
Do not eat ESC character if control string is not properly...
commit
|
commitdiff
|
tree
2014-04-25
noname
Fix for multibyte characters in techo.
commit
|
commitdiff
|
tree
2014-04-25
noname
s/DSC/DCS/ DCS stands for DEVICE CONTROL STRING
commit
|
commitdiff
|
tree
2014-04-25
noname
Use xwrite instead of write.
commit
|
commitdiff
|
tree
2014-04-25
noname
Remove unnecessary break
commit
|
commitdiff
|
tree
2014-04-25
noname
Comment fix.
commit
|
commitdiff
|
tree
2014-04-25
Colona
On terminal resize, clear the alt screen with its own...
commit
|
commitdiff
|
tree
2014-04-25
noname
Optimize tputtab.
commit
|
commitdiff
|
tree
2014-04-25
noname
Use != instead of ^ for logical values.
commit
|
commitdiff
|
tree
2014-04-25
noname
Use BETWEEN macro in xsetcolorname and fix style.
commit
|
commitdiff
|
tree
2014-04-25
Roberto E. Vargas...
Simplify a bit more tdeletechar and tinsertblank
commit
|
commitdiff
|
tree
2014-04-25
noname
Simplify tdeletechar and tinsertblank and fix memory...
commit
|
commitdiff
|
tree
2014-04-23
noname
Style fixes in tscrollup.
commit
|
commitdiff
|
tree
2014-04-23
noname
Do not set dirty flag twice in tscrollup and tscrolldown.
commit
|
commitdiff
|
tree
2014-04-23
noname
Use tsetdirt in tscrollup and tscrolldown.
commit
|
commitdiff
|
tree
2014-04-23
noname
Fix techo handling of control and multibyte characters.
commit
|
commitdiff
|
tree
2014-04-23
noname
Make xrealloc and xstrdup style consistent.
commit
|
commitdiff
|
tree
2014-04-23
noname
Use BETWEEN in tsetchar.
commit
|
commitdiff
|
tree
2014-04-23
noname
Use uint and uchar instead of unsigned int and unsigned...
commit
|
commitdiff
|
tree
2014-04-23
noname
Remove argument names from function prototypes.
commit
|
commitdiff
|
tree
2014-04-23
noname
Style fix in tdumpsel.
commit
|
commitdiff
|
tree
2014-04-23
noname
Use BETWEEN in tinsertblankline and tdeleteline.
commit
|
commitdiff
|
tree
2014-04-20
noname@inventati.org
move MODBIT to Macros section
commit
|
commitdiff
|
tree
2014-04-20
noname@inventati.org
misplaced parenthesis in LEN macro
commit
|
commitdiff
|
tree
2014-04-20
Markus Teich
remove confusing SERRNO macro
commit
|
commitdiff
|
tree
2014-04-15
noname@inventati.org
Simplify techo
commit
|
commitdiff
|
tree
2014-04-15
noname@inventati.org
typedefs instead of #defines
commit
|
commitdiff
|
tree
2014-04-15
q@c9x.me
fix cursor handling when alt screen is disabled
commit
|
commitdiff
|
tree
2014-04-15
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master' into omaster
commit
|
commitdiff
|
tree
2014-04-11
Toaster Toaster
Increment XSync consistency
commit
|
commitdiff
|
tree
2014-04-11
Roberto E. Vargas...
Fix Backspace and Delete characters
commit
|
commitdiff
|
tree
2014-03-27
Rafa Garcia Gallego
Fix segfault when pressing PrintScr without a selection
commit
|
commitdiff
|
tree
2014-03-27
Damian Okrasa
new utf decoder
commit
|
commitdiff
|
tree
2014-03-10
Roberto E. Vargas...
Merge branch 'master' of ssh://suckless.org/gitrepos/st
commit
|
commitdiff
|
tree
2014-03-06
Roberto E. Vargas...
Add terminfo entries for printer
commit
|
commitdiff
|
tree
2014-03-06
Roberto E. Vargas...
Add sequence for printing the current selection
commit
|
commitdiff
|
tree
2014-03-06
Roberto E. Vargas...
Add key definition for printer sequences
commit
|
commitdiff
|
tree
2014-03-06
Roberto E. Vargas...
Add MC for the full screen
commit
|
commitdiff
|
tree
2014-03-06
Roberto E. Vargas...
Add MC for a single line
commit
|
commitdiff
|
tree
2014-02-22
Roberto E. Vargas...
Add MC sequence
commit
|
commitdiff
|
tree
2014-02-08
Roberto E. Vargas...
Add xstrdup function
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-02-04
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2014-02-02
Roberto E. Vargas...
Remove non defined behaviour in selcopy
commit
|
commitdiff
|
tree
2014-02-02
Roberto E. Vargas...
Remove duplicated code in strhandle
commit
|
commitdiff
|
tree
2014-02-02
Roberto E. Vargas...
Make Shift+Home equal to CLS in ascii mode
commit
|
commitdiff
|
tree
2014-02-02
Roberto E. Vargas...
Make CONTROL + DELETE delete a line
commit
|
commitdiff
|
tree
2014-01-21
Eric Pruitt
Use character scaling in XCopyArea
commit
|
commitdiff
|
tree
2014-01-16
Amadeusz Sławiński
Make w3mimgdisplay work with st
commit
|
commitdiff
|
tree
2014-01-03
Amadeusz Sławiński
Fix truecolor escapes, when both bg and fg are set
commit
|
commitdiff
|
tree
2014-01-03
Eon S. Jeon
query pixel size from matched font
commit
|
commitdiff
|
tree
2013-12-18
Roberto E. Vargas...
Update arg.h from sbase
commit
|
commitdiff
|
tree
2013-12-18
Eon S. Jeon
Prevent resizing stdin
commit
|
commitdiff
|
tree
2013-12-18
Mark Edgar
Replace alignment tabs with spaces.
commit
|
commitdiff
|
tree
2013-12-18
Mark Edgar
Fix comments in config.def.h to match field names.
commit
|
commitdiff
|
tree
2013-12-18
Mark Edgar
Fix definition of F28 key.
commit
|
commitdiff
|
tree
2013-12-11
Eric Pruitt
Set _NET_WM_PID attribute
commit
|
commitdiff
|
tree
2013-12-10
Eric Pruitt
Fix rmul definition
commit
|
commitdiff
|
tree
2013-11-25
René Rietz
Add stdint include
commit
|
commitdiff
|
tree
2013-11-25
Roberto E. Vargas...
Fix stupid bug in tdefcolor returning -1 in unsigned...
commit
|
commitdiff
|
tree
2013-11-24
Johannes Hofmann
Use int instead of long for color
commit
|
commitdiff
|
tree
2013-11-23
Carlos J. Torres
add _NET_WM_NAME
commit
|
commitdiff
|
tree
2013-10-28
Mark Edgar
Simplify logic in kmap().
commit
|
commitdiff
|
tree
2013-10-28
Mark Edgar
Simplify logic in match().
commit
|
commitdiff
|
tree
2013-10-28
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master' into omaster
commit
|
commitdiff
|
tree
2013-10-20
Mark Edgar
Ignore numlock (Mod2Mask) for button events too.
commit
|
commitdiff
|
tree
2013-10-15
Mark Edgar
Avoid buffer overrun in bpress()
commit
|
commitdiff
|
tree
2013-10-07
Mark Edgar
New ttysend() function calls ttywrite() and techo(...
commit
|
commitdiff
|
tree
2013-10-07
Mark Edgar
Avoid buffer overrun in kpress() and remove limit on...
commit
|
commitdiff
|
tree
2013-10-07
Mark Edgar
Simplify Mod1 logic in kpress(), eliminating locals...
commit
|
commitdiff
|
tree
2013-10-02
Roberto E. Vargas...
Add support for multiple charset definitions
commit
|
commitdiff
|
tree
2013-10-02
Mihail Zenkov
Fix save/restore cursor
commit
|
commitdiff
|
tree
2013-10-02
Mihail Zenkov
Add DSR cursor position sequence
commit
|
commitdiff
|
tree
2013-09-23
Maurice Quennet
Fix core in multi-line selection on OpenBSD
commit
|
commitdiff
|
tree
2013-09-23
Egmont Koblinger
Add bracketed paste mode
commit
|
commitdiff
|
tree
2013-09-13
Michael Forney
Fix some bugs in mouse tracking logic
commit
|
commitdiff
|
tree
2013-09-04
Mark Edgar
Correctly initialize altscreen when defaultbg is not 0.
commit
|
commitdiff
|
tree
2013-08-30
Eon S. Jeon
Regarding commit 7e3cff3
commit
|
commitdiff
|
tree
2013-08-12
Roberto E. Vargas...
Add terminfo definitions for terminals with meta key
commit
|
commitdiff
|
tree
2013-08-06
Eon S. Jeon
Fix signess of tdefcolor
commit
|
commitdiff
|
tree
2013-08-05
Alexander Sedov
Fixed memory leak in xsettitle().
commit
|
commitdiff
|
tree
2013-08-05
Michael Forney
Fix blink mode check
commit
|
commitdiff
|
tree
2013-08-05
Eric Pruitt
Use character size scaling factors
commit
|
commitdiff
|
tree
2013-07-20
Roberto E. Vargas...
Reload colors in reset
commit
|
commitdiff
|
tree
2013-07-20
Roberto E. Vargas...
Add RGB color definition
commit
|
commitdiff
|
tree
2013-07-19
Eon S. Jeon
Improved font caching
commit
|
commitdiff
|
tree
2013-07-04
Markus Teich
fix: whitespace
commit
|
commitdiff
|
tree
next