Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
st.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
don't report mouse position/clicks/etc
[st.git]
/
st.c
2014-04-28
Roberto E. Vargas...
Create a function for DEC test
blob
|
commitdiff
2014-04-28
Roberto E. Vargas...
Fix tputc control code handling
blob
|
commitdiff
|
diff to current
2014-04-27
Roberto E. Vargas...
Remove repeated initialisation of term.esc
blob
|
commitdiff
|
diff to current
2014-04-27
Roberto E. Vargas...
Cancel DCS with SUB, CAN, ESC or any CC1 code
blob
|
commitdiff
|
diff to current
2014-04-27
Markus Teich
add break;s for last cases in switch statements
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Do not eat ESC character if control string is not prope...
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Fix for multibyte characters in techo.
blob
|
commitdiff
|
diff to current
2014-04-25
noname
s/DSC/DCS/ DCS stands for DEVICE CONTROL STRING
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Use xwrite instead of write.
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Remove unnecessary break
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Comment fix.
blob
|
commitdiff
|
diff to current
2014-04-25
Colona
On terminal resize, clear the alt screen with its own...
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Optimize tputtab.
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Use != instead of ^ for logical values.
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Use BETWEEN macro in xsetcolorname and fix style.
blob
|
commitdiff
|
diff to current
2014-04-25
Christoph Lohmann
Conformity in the -g geometry handling.
blob
|
commitdiff
|
diff to current
2014-04-25
Roberto E. Vargas...
Simplify a bit more tdeletechar and tinsertblank
blob
|
commitdiff
|
diff to current
2014-04-25
noname
Simplify tdeletechar and tinsertblank and fix memory...
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Style fixes in tscrollup.
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Do not set dirty flag twice in tscrollup and tscrolldown.
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Use tsetdirt in tscrollup and tscrolldown.
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Fix techo handling of control and multibyte characters.
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Make xrealloc and xstrdup style consistent.
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Use BETWEEN in tsetchar.
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Use uint and uchar instead of unsigned int and unsigned...
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Remove argument names from function prototypes.
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Style fix in tdumpsel.
blob
|
commitdiff
|
diff to current
2014-04-23
noname
Use BETWEEN in tinsertblankline and tdeleteline.
blob
|
commitdiff
|
diff to current
2014-04-22
Christoph Lohmann
It's 2014 now.
blob
|
commitdiff
|
diff to current
2014-04-20
noname@inventati.org
move MODBIT to Macros section
blob
|
commitdiff
|
diff to current
2014-04-20
noname@inventati.org
misplaced parenthesis in LEN macro
blob
|
commitdiff
|
diff to current
2014-04-20
Markus Teich
remove confusing SERRNO macro
blob
|
commitdiff
|
diff to current
2014-04-15
noname@inventati.org
Simplify techo
blob
|
commitdiff
|
diff to current
2014-04-15
noname@inventati.org
typedefs instead of #defines
blob
|
commitdiff
|
diff to current
2014-04-15
q@c9x.me
fix cursor handling when alt screen is disabled
blob
|
commitdiff
|
diff to current
2014-04-15
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master' into omaster
blob
|
commitdiff
|
diff to current
2014-04-11
Christoph Lohmann
Removing two unnecessary gettimeofday().
blob
|
commitdiff
|
diff to current
2014-04-11
Toaster Toaster
Increment XSync consistency
blob
|
commitdiff
|
diff to current
2014-04-05
Christoph Lohmann
There is no need for a full dirt redraw.
blob
|
commitdiff
|
diff to current
2014-04-02
Christoph Lohmann
Fixing a compiler warning with the assignment.
blob
|
commitdiff
|
diff to current
2014-03-27
Rafa Garcia Gallego
Fix segfault when pressing PrintScr without a selection
blob
|
commitdiff
|
diff to current
2014-03-27
Damian Okrasa
new utf decoder
blob
|
commitdiff
|
diff to current
2014-03-10
Roberto E. Vargas...
Merge branch 'master' of ssh://suckless.org/gitrepos/st
blob
|
commitdiff
|
diff to current
2014-03-06
Roberto E. Vargas...
Add sequence for printing the current selection
blob
|
commitdiff
|
diff to current
2014-03-06
Roberto E. Vargas...
Add key definition for printer sequences
blob
|
commitdiff
|
diff to current
2014-03-06
Roberto E. Vargas...
Add MC for the full screen
blob
|
commitdiff
|
diff to current
2014-03-06
Roberto E. Vargas...
Add MC for a single line
blob
|
commitdiff
|
diff to current
2014-03-01
Christoph Lohmann
Style cleanup.
blob
|
commitdiff
|
diff to current
2014-03-01
Christoph Lohmann
Style matters.
blob
|
commitdiff
|
diff to current
2014-02-22
Roberto E. Vargas...
Add MC sequence
blob
|
commitdiff
|
diff to current
2014-02-08
Roberto E. Vargas...
Add xstrdup function
blob
|
commitdiff
|
diff to current
2014-02-04
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master'
blob
|
commitdiff
|
diff to current
2014-02-03
Christoph Lohmann
Removing the w3img support.
blob
|
commitdiff
|
diff to current
2014-02-02
Roberto E. Vargas...
Remove non defined behaviour in selcopy
blob
|
commitdiff
|
diff to current
2014-02-02
Roberto E. Vargas...
Remove duplicated code in strhandle
blob
|
commitdiff
|
diff to current
2014-01-21
Eric Pruitt
Use character scaling in XCopyArea
blob
|
commitdiff
|
diff to current
2014-01-16
Amadeusz Sławiński
Make w3mimgdisplay work with st
blob
|
commitdiff
|
diff to current
2014-01-03
Amadeusz Sławiński
Fix truecolor escapes, when both bg and fg are set
blob
|
commitdiff
|
diff to current
2014-01-03
Eon S. Jeon
query pixel size from matched font
blob
|
commitdiff
|
diff to current
2013-12-18
Eon S. Jeon
Prevent resizing stdin
blob
|
commitdiff
|
diff to current
2013-12-11
Eric Pruitt
Set _NET_WM_PID attribute
blob
|
commitdiff
|
diff to current
2013-11-25
René Rietz
Add stdint include
blob
|
commitdiff
|
diff to current
2013-11-25
Roberto E. Vargas...
Fix stupid bug in tdefcolor returning -1 in unsigned...
blob
|
commitdiff
|
diff to current
2013-11-24
Johannes Hofmann
Use int instead of long for color
blob
|
commitdiff
|
diff to current
2013-11-23
Carlos J. Torres
add _NET_WM_NAME
blob
|
commitdiff
|
diff to current
2013-10-28
Mark Edgar
Simplify logic in kmap().
blob
|
commitdiff
|
diff to current
2013-10-28
Mark Edgar
Simplify logic in match().
blob
|
commitdiff
|
diff to current
2013-10-28
Roberto E. Vargas...
Merge remote-tracking branch 'origin/master' into omaster
blob
|
commitdiff
|
diff to current
2013-10-27
Rob Pilling
Fixed lock up when system time jumps backwards
blob
|
commitdiff
|
diff to current
2013-10-20
Mark Edgar
Ignore numlock (Mod2Mask) for button events too.
blob
|
commitdiff
|
diff to current
2013-10-15
Mark Edgar
Avoid buffer overrun in bpress()
blob
|
commitdiff
|
diff to current
2013-10-07
Mark Edgar
New ttysend() function calls ttywrite() and techo(...
blob
|
commitdiff
|
diff to current
2013-10-07
Mark Edgar
Avoid buffer overrun in kpress() and remove limit on...
blob
|
commitdiff
|
diff to current
2013-10-07
Mark Edgar
Simplify Mod1 logic in kpress(), eliminating locals...
blob
|
commitdiff
|
diff to current
2013-10-02
Roberto E. Vargas...
Add support for multiple charset definitions
blob
|
commitdiff
|
diff to current
2013-10-02
Christoph Lohmann
People, learn to keep to styles. Thanks.
blob
|
commitdiff
|
diff to current
2013-10-02
Mihail Zenkov
Fix save/restore cursor
blob
|
commitdiff
|
diff to current
2013-10-02
Mihail Zenkov
Add DSR cursor position sequence
blob
|
commitdiff
|
diff to current
2013-09-23
Maurice Quennet
Fix core in multi-line selection on OpenBSD
blob
|
commitdiff
|
diff to current
2013-09-23
Egmont Koblinger
Add bracketed paste mode
blob
|
commitdiff
|
diff to current
2013-09-13
Michael Forney
Fix some bugs in mouse tracking logic
blob
|
commitdiff
|
diff to current
2013-09-12
Roberto E. Vargas...
Add audible bell
blob
|
commitdiff
|
diff to current
2013-09-07
Christoph Lohmann
Wide character support.
blob
|
commitdiff
|
diff to current
2013-09-04
Mark Edgar
Correctly initialize altscreen when defaultbg is not 0.
blob
|
commitdiff
|
diff to current
2013-08-30
Eon S. Jeon
Regarding commit 7e3cff3
blob
|
commitdiff
|
diff to current
2013-08-20
Christoph Lohmann
Correcting the bitmask value check.
blob
|
commitdiff
|
diff to current
2013-08-06
Eon S. Jeon
Fix signess of tdefcolor
blob
|
commitdiff
|
diff to current
2013-08-05
Alexander Sedov
Fixed memory leak in xsettitle().
blob
|
commitdiff
|
diff to current
2013-08-05
Michael Forney
Fix blink mode check
blob
|
commitdiff
|
diff to current
2013-08-05
Eric Pruitt
Use character size scaling factors
blob
|
commitdiff
|
diff to current
2013-07-20
Roberto E. Vargas...
Reload colors in reset
blob
|
commitdiff
|
diff to current
2013-07-20
Roberto E. Vargas...
Add RGB color definition
blob
|
commitdiff
|
diff to current
2013-07-19
Eon S. Jeon
Improved font caching
blob
|
commitdiff
|
diff to current
2013-07-04
Markus Teich
fix: whitespace
blob
|
commitdiff
|
diff to current
2013-07-04
Alexander Sedov
Remove long text being cropped/wrapped to standard...
blob
|
commitdiff
|
diff to current
2013-07-04
Markus Teich
fix: consistent usage of bitmask operations on unicode...
blob
|
commitdiff
|
diff to current
2013-07-04
Markus Teich
fix: do not need an extra variable for a single read
blob
|
commitdiff
|
diff to current
2013-07-04
Roberto E. Vargas...
Fix match function bugs
blob
|
commitdiff
|
diff to current
2013-07-04
Roberto E. Vargas...
Remove unneded call to draw
blob
|
commitdiff
|
diff to current
2013-07-04
Roberto E. Vargas...
Fix selection clearing
blob
|
commitdiff
|
diff to current
next