index
:
delta/screen.git
baserock/morph
caption-never
cmd-alias
jesstess-docs
jesstess-screen
master
next
screen-v4
scripting
unicode++
git.savannah.gnu.org: git/screen.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix variable type
Amadeusz Sławiński
2019-12-28
1
-2
/
+2
*
Using 'https' instead of 'http'
Alexander Naumov
2019-11-09
1
-1
/
+1
*
Clean whole buffer if we don't want to parse it
Amadeusz Sławiński
2019-04-17
1
-4
/
+4
*
Fix extra characters when sending a command in one go
Nicolas Schodet
2019-02-11
1
-1
/
+2
*
fix flow of 'at' command
Amadeusz Sławiński
2019-01-26
1
-6
/
+6
*
in verbose command, we can ignore return value from ParseOnOff
Amadeusz Sławiński
2018-12-06
1
-1
/
+1
*
in log command toggle log only if we successfully parsed argument
Amadeusz Sławiński
2018-12-06
1
-2
/
+2
*
in truecolor command trigger redraw only if passed correct argument
Amadeusz Sławiński
2018-12-06
1
-2
/
+2
*
added function and key binding for traversing to parent
Ethan Warth
2018-11-18
1
-0
/
+24
*
bugfix: crash on dinfo, "stack smashing detected"
Jason Simpson
2018-09-24
1
-9
/
+14
*
fix buffer size
Amadeusz Sławiński
2018-05-13
1
-1
/
+1
*
fix sort command
Amadeusz Sławiński
2018-04-11
1
-11
/
+12
*
clean up after refactoring
Amadeusz Sławiński
2018-04-11
1
-1
/
+0
*
simplify collapse command
Amadeusz Sławiński
2018-04-11
1
-8
/
+3
*
refactor AddWindows, so it doesn't use wtab & maxwin
Amadeusz Sławiński
2018-04-11
1
-20
/
+22
*
refactor NextWindow and PreviousWindow to return Window pointer instead of wi...
Amadeusz Sławiński
2018-04-11
1
-36
/
+30
*
refactor SwitchWindow to accept Window * as parameter
Amadeusz Sławiński
2018-04-11
1
-15
/
+9
*
use last_window->w_number where we need upper bound instead of maxwin
Amadeusz Sławiński
2018-04-11
1
-8
/
+6
*
use GetWindowByNumber(n) instead of wtab[n]
Amadeusz Sławiński
2018-04-11
1
-10
/
+10
*
refactor ShowWindowsX to use window list, now that we can
Amadeusz Sławiński
2018-04-11
1
-6
/
+2
*
create bidirectional list of windows
Amadeusz Sławiński
2018-04-11
1
-0
/
+14
*
rename windows to mru_window and window->w_next to window->w_prev_mru
Amadeusz Sławiński
2018-04-11
1
-14
/
+14
*
get rid of unneeded variable
Amadeusz Sławiński
2018-04-11
1
-3
/
+1
*
always create C-a [0-9] shortcuts
Amadeusz Sławiński
2018-04-11
1
-1
/
+1
*
refactor RefreshXtermOSC()
Amadeusz Sławiński
2018-04-07
1
-4
/
+2
*
get rid of (sometype *)0 casts
Amadeusz Sławiński
2018-04-07
1
-34
/
+34
*
use NULL instead of 0 where applicable
Amadeusz Sławiński
2018-04-06
1
-161
/
+161
*
fix non-ANSI function declarations
Amadeusz Sławiński
2018-04-06
1
-12
/
+11
*
remove now unused key parameter from DoAction
Amadeusz Sławiński
2018-04-06
1
-6
/
+6
*
remove key parameter from command handlers
Amadeusz Sławiński
2018-04-06
1
-665
/
+350
*
stop using key argument in pow_detach command handler
Amadeusz Sławiński
2018-04-06
1
-27
/
+19
*
stop using key argument in quit command handler
Amadeusz Sławiński
2018-04-06
1
-5
/
+17
*
stop using key argument in kill command handler
Amadeusz Sławiński
2018-04-06
1
-6
/
+18
*
remove no longer used variables in DoAction
Amadeusz Sławiński
2018-04-06
1
-9
/
+1
*
refactor DoAction switch into calling functions
Amadeusz Sławiński
2018-04-06
1
-2519
/
+4245
*
reduce bool b scope
Amadeusz Sławiński
2018-04-06
1
-213
/
+268
*
reduce i scope
Amadeusz Sławiński
2018-04-06
1
-168
/
+191
*
Window *p does not need whole function scope
Amadeusz Sławiński
2018-04-06
1
-2
/
+1
*
use ARRAY_SIZE for SocketPath size
Amadeusz Sławiński
2018-04-06
1
-1
/
+1
*
make sure ParseSwitch operates on initialized values
Amadeusz Sławiński
2018-03-03
1
-1
/
+3
*
fix clang warnings
Amadeusz Sławiński
2018-03-03
1
-2
/
+9
*
adding NULL pointer check
Alexander Naumov
2017-12-19
1
-1
/
+1
*
ansi: terminate xterm OSC response the same way as the request
Lubomir Rintel
2017-09-01
1
-1
/
+1
*
ansi: add support for xterm OSC 11
Lubomir Rintel
2017-09-01
1
-1
/
+1
*
reuse list code, to show license
Amadeusz Sławiński
2017-07-31
1
-1
/
+1
*
Add new color formatting codes. HTML style #ABC or #AABBCC. Starting characte...
Richard Lavigne
2017-07-31
1
-55
/
+132
*
check if display exists before dereferencing it
Amadeusz Sławiński
2017-07-24
1
-1
/
+1
*
fix segfault when querying info on nonUTF screen
Amadeusz Sławiński
2017-07-10
1
-1
/
+1
*
refactor use of sizeof
Amadeusz Sławiński
2017-07-09
1
-37
/
+37
*
dynamically allocate windows
Amadeusz Sławiński
2017-07-09
1
-33
/
+2
[next]