pinosaur
/
st.git
/ search
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Clarify calculation precedence for '&' and '?'
2015-04-27
mvdan@mvdan.cc
Clarify calculation precedence for '&' and '?'
commit
|
commitdiff
|
tree
2015-04-27
mvdan@mvdan.cc
Use %u for uint
commit
|
commitdiff
|
tree
2015-04-27
suigin
Optimize memory footprint of line buffers
commit
|
commitdiff
|
tree
2015-04-27
noname@inventati.org
Make tputc, tsetchar and techo accept unicode
commit
|
commitdiff
|
tree
2015-04-27
noname@inventati.org
Change internal character representation.
commit
|
commitdiff
|
tree
2015-04-27
noname@inventati.org
Remove last parameter of utf8encode
commit
|
commitdiff
|
tree
2015-04-27
noname@inventati.org
Use utf8len instead of utf8decode.
commit
|
commitdiff
|
tree
2015-04-27
alp@alexpilon.ca
Make build shut up about system() without return value...
commit
|
commitdiff
|
tree
2015-04-23
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2015-04-23
Roberto E. Vargas...
Fix segmentation fault in strhandle()
commit
|
commitdiff
|
tree
2015-04-23
Roberto E. Vargas...
Uses a &[] pointer loop instead of + pointer loop
commit
|
commitdiff
|
tree
2015-04-23
noname@inventati.org
Do not set terminal title based on stty arguments.
commit
|
commitdiff
|
tree
2015-04-21
noname@inventati.org
Move common code to xloadcolor
commit
|
commitdiff
|
tree
2015-04-21
noname@inventati.org
Use LEN(dc.col) instead of LEN(colorname).
commit
|
commitdiff
|
tree
2015-04-21
noname@inventati.org
Remove WIN_REDRAW flag.
commit
|
commitdiff
|
tree
2015-04-20
noname@inventati.org
Place memset arguments in the correct order.
commit
|
commitdiff
|
tree
2015-04-20
noname@inventati.org
Remove explicit 'return' from 'void' functions.
commit
|
commitdiff
|
tree
2015-04-20
noname@inventati.org
Increment accuaracy in drawtime calculation
commit
|
commitdiff
|
tree
2015-04-20
noname@inventati.org
Monotonic clock cannot jump backwards.
commit
|
commitdiff
|
tree
2015-04-20
noname@inventati.org
Place tlinelen type on separate line.
commit
|
commitdiff
|
tree
2015-04-15
Roberto E. Vargas...
Add tty line support
commit
|
commitdiff
|
tree
2015-04-15
sin
Fix memmove() invocation with src/dst being NULL
commit
|
commitdiff
|
tree
2015-04-14
noname@inventati.org
Use as command arguments the remaining parameters
commit
|
commitdiff
|
tree
2015-04-14
Roberto E. Vargas...
Merge branch 'master' of ssh://suckless.org/gitrepos/st
commit
|
commitdiff
|
tree
2015-04-13
Markus Wichmann
Implement most ICCCM rules for selection handling.
commit
|
commitdiff
|
tree
2015-04-13
Roberto E. Vargas...
Merge branch 'master' of ssh://suckless.org/gitrepos/st
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Do not use tmoveto in tputtab.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
tresize: remove unnecessary if
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Remove old TODO entry.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Remove 'titles' variable.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Remove useless if in tstrsequence.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Simplify tmoveto.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Fix typo.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Remove 'slide' variable in tresize.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Move tresize comments around.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
tresize: move for loop outside if
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Simplify loop condition.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Remove unnecessary XFilterEvent call.
commit
|
commitdiff
|
tree
2015-04-13
noname@inventati.org
Use do..while in window mapping loop.
commit
|
commitdiff
|
tree
2015-04-10
Omar Sandoval
Make DECSCUSR thickness configurable
commit
|
commitdiff
|
tree
2015-04-10
noname
Use MAX macro where possible.
commit
|
commitdiff
|
tree
2015-04-10
noname
Remove 'xloadfontset' function.
commit
|
commitdiff
|
tree
2015-04-10
noname
Remove keywords from function definitions.
commit
|
commitdiff
|
tree
2015-04-10
noname
Remove variable names from function declarations.
commit
|
commitdiff
|
tree
2015-04-06
Roberto E. Vargas...
Remove redundant control check
commit
|
commitdiff
|
tree
2015-04-06
noname
Fixed STR sequence termination condition
commit
|
commitdiff
|
tree
2015-03-20
Roberto E. Vargas...
Remove strsep() call
commit
|
commitdiff
|
tree
2015-03-19
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2015-03-19
LemonBoy
Support the DECSCUSR CSI escape sequence
commit
|
commitdiff
|
tree
2015-03-15
Roberto E. Vargas...
Support XA_STRING in notify request
commit
|
commitdiff
|
tree
2015-03-13
Roberto E. Vargas...
Allow combinations with Backspace
commit
|
commitdiff
|
tree
2015-03-11
Alexander Huemer
FAQ: fix wording
commit
|
commitdiff
|
tree
2015-03-11
Ivan Delalande
Backspace value shouldn't depend on keypad state
commit
|
commitdiff
|
tree
2015-03-10
Alexander Huemer
FAQ: fix wording
commit
|
commitdiff
|
tree
2015-03-07
Johannes Postma
Update kdch1 definition to three octal digits.
commit
|
commitdiff
|
tree
2015-02-28
Roberto E. Vargas...
Small improvements to the FAQ
commit
|
commitdiff
|
tree
2015-02-23
Greg Reagle
document keys in man page
commit
|
commitdiff
|
tree
2015-02-22
Ivan Delalande
Let curses do the dirty work for flash
commit
|
commitdiff
|
tree
2015-02-22
Roberto E. Vargas...
Comment default CC assignment
commit
|
commitdiff
|
tree
2015-02-22
Roberto E. Vargas...
Update dates in LICENSE
commit
|
commitdiff
|
tree
2015-02-15
Nils Reuße
Update year in usage()
commit
|
commitdiff
|
tree
2015-02-15
Nils Reuße
Fix crash on font resize resize
commit
|
commitdiff
|
tree
2015-02-05
Rian Hunter
Correct shift amount on MODE_INSERT in tputc()
commit
|
commitdiff
|
tree
2015-02-05
Rian Hunter
Fix crash due to wide characters
commit
|
commitdiff
|
tree
2014-12-23
Ivan Delalande
Fix crash due to invalid timespec given to pselect
commit
|
commitdiff
|
tree
2014-11-19
Ivan Delalande
Trim trailing whitespaces in every selection case
commit
|
commitdiff
|
tree
2014-11-19
sin
Call _exit() instead of exit() if exec*() fails
commit
|
commitdiff
|
tree
2014-11-11
Eric Pruitt
Check for presence of SHELL environment variable
commit
|
commitdiff
|
tree
2014-11-03
czarkoff@gmail.com
Replace character with U+FFFD if wcwidth() is -1
commit
|
commitdiff
|
tree
2014-10-21
Quentin Rameau
Avoid failing when embedding with a Window id of 0
commit
|
commitdiff
|
tree
2014-10-15
Roberto E. Vargas...
Do not set SHELL to utmp ever
commit
|
commitdiff
|
tree
2014-10-13
CustaiCo
patch for bell in st
commit
|
commitdiff
|
tree
2014-10-08
Roberto E. Vargas...
Use G1 for alternate charset
commit
|
commitdiff
|
tree
2014-10-08
Roberto E. Vargas...
Add LS2 and LS3
commit
|
commitdiff
|
tree
2014-10-08
Roberto E. Vargas...
Fix SI and SO
commit
|
commitdiff
|
tree
2014-09-23
Roberto E. Vargas...
Add missed names of charset sequences
commit
|
commitdiff
|
tree
2014-09-23
Roberto E. Vargas...
Add support for utmp in st
commit
|
commitdiff
|
tree
2014-09-09
Roberto E. Vargas...
Remove indentation level in xdrawcursor
commit
|
commitdiff
|
tree
2014-08-23
Ben Hendrickson
Removing wrapping newlines from selection
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-21
Ivan Delalande
Change the behavior of word snapping on delimiters
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-21
Ivan Delalande
Move calls to selsnap into selnormalize
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-20
Alexander Huemer
Improve readability of enum members
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-20
Roberto E. Vargas...
Add eschandle()
commit
|
commitdiff
|
tree
2014-08-20
Roberto E. Vargas...
Improve execsh() and don't allow anonymous shells
commit
|
commitdiff
|
tree
2014-08-19
Roberto E. Vargas...
Fix definition of CONTROLC0
commit
|
commitdiff
|
tree
2014-08-19
Roberto E. Vargas...
Make useful DEL in application mode
commit
|
commitdiff
|
tree
2014-08-19
Quentin Carbonneaux
reset the alt screen in treset
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-19
Quentin Carbonneaux
simplify loop in tresize
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-18
Alexander Huemer
Simplify README
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-17
Roberto E. Vargas...
Fix man page and usage()
commit
|
commitdiff
|
tree
2014-08-15
Roberto E. Vargas...
Convert VT102ID to a config variable
commit
|
commitdiff
|
tree
2014-08-15
Roberto E. Vargas...
Fix portability problem in techo()
commit
|
commitdiff
|
tree
2014-08-10
noname
Don't set dirty all lines because tswapcreen do it
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-10
noname
tresize return value is not used
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-08-07
Roberto E. Vargas...
Remove ul capability
commit
|
commitdiff
|
tree
2014-08-07
Roberto E. Vargas...
Unset mode when clearing regions
commit
|
commitdiff
|
tree
2014-08-04
Roberto E. Vargas...
Add error message when child exits whit error
commit
|
commitdiff
|
tree
2014-07-31
Roberto E. Vargas...
Remove difference between fast and slow blinking
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-07-26
Michael Forney
Fix disabling of bold and fastblink
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
2014-07-26
Wolfgang Corcoran...
Add info about Backspace and Delete to the FAQ
... Roberto E. Vargas Caballero <
k0ga@shike2.com
>
commit
|
commitdiff
|
tree
next