summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build scripting support by default.scriptingSadrul Habib Chowdhury2010-04-031-0/+6
* Merge branch 'scripting-python' into scriptingSadrul Habib Chowdhury2010-04-0310-23/+982
|\
| * Start implementation of setters.Sadrul Habib Chowdhury2009-06-261-12/+55
| * Implement a robust ScriptCall and format the code.Rui Guo2009-06-222-19/+57
| * Allow hooking to object-specific events (partial).Sadrul Habib Chowdhury2009-06-171-44/+98
| * Comapre and Represent displays.Sadrul Habib Chowdhury2009-06-121-4/+34
| * Represent!Sadrul Habib Chowdhury2009-06-121-0/+12
| * Function to compare windows.Sadrul Habib Chowdhury2009-06-121-0/+14
| * Add a window.select() method.Sadrul Habib Chowdhury2009-06-121-12/+24
| * Read interactive input from user from scripts.Sadrul Habib Chowdhury2009-06-122-1/+56
| * Unhook event callbacks.Sadrul Habib Chowdhury2009-06-122-15/+82
| * Add event-hooking.Sadrul Habib Chowdhury2009-06-121-4/+115
| * screen.displays() returns a list(?) of displays.Sadrul Habib Chowdhury2009-06-121-1/+17
| * Expose Display type.Sadrul Habib Chowdhury2009-06-121-0/+32
| * No more crashy crashy\!Sadrul Habib Chowdhury2009-06-121-1/+1
| * Sample python script for testing.Sadrul Habib Chowdhury2009-06-121-0/+13
| * Some more rearrangement of code.Sadrul Habib Chowdhury2009-06-121-28/+65
| * Rearrange the python scripting support a bit.Sadrul Habib Chowdhury2009-06-121-19/+68
| * Expose some of the 'window' structure.Sadrul Habib Chowdhury2009-06-111-4/+48
| * Wrap around with PY_BINDING for python scripting support.Sadrul Habib Chowdhury2009-06-112-0/+5
| * Some auto-foo for python support.Sadrul Habib Chowdhury2009-06-113-4/+217
| * Add minimalistic python scripting support.Sadrul Habib Chowdhury2009-06-112-0/+114
* | Fix compile.Sadrul Habib Chowdhury2010-04-031-0/+5
* | Merge branch 'master' into lua-scriptingSadrul Habib Chowdhury2010-04-0353-3306/+6671
|\ \
| * | Improve cursor store/restore on smcup/rmcup.Sadrul Habib Chowdhury2010-04-033-34/+46
| * | Re-organize some code.Sadrul Habib Chowdhury2010-04-023-64/+68
| * | Use NEED_FORE flag for 'hardcopy'.Sadrul Habib Chowdhury2010-04-012-5/+2
| * | Fix 'hardcopy -h'.Kipling Inscore2010-04-012-6/+15
| * | Doc addenum to command displays.Curtis Brown2010-04-012-0/+160
| * | Update GPL version and copyright notice in docs.Sadrul Habib Chowdhury2010-03-302-3/+13
| * | Suppress messages when commands have '@' (or '-') prefixes.Sadrul Habib Chowdhury2010-03-294-264/+282
| * | Do not allow changing title with -Q.Sadrul Habib Chowdhury2010-03-281-0/+1
| * | A lot of people seem to read this file. So fix it.Sadrul Habib Chowdhury2010-03-271-0/+3
| * | small update for windowlist keybindings.Curtis Brown2010-03-272-2/+4
| * | Doc addenum to copy mode keybindings.Curtis Brown2010-03-272-45/+115
| * | Typo fix by a good samaritan in IRC (sitaktif).Sadrul Habib Chowdhury2010-03-261-1/+1
| * | Fix a regression with -X commands.Sadrul Habib Chowdhury2010-03-262-5/+28
| * | Expand $PWD to screen's current working directory.Sadrul Habib Chowdhury2010-03-232-1/+9
| * | Fix a regression in parsing -X commands.Sadrul Habib Chowdhury2010-03-201-0/+8
| * | DECCOLM should reset the window.Sadrul Habib Chowdhury2010-03-181-0/+3
| * | Treat VT as LF instead of ignoring it.Sadrul Habib Chowdhury2010-03-181-0/+1
| * | Doc addenum to windowlist keybindings.Curtis Brown2010-03-172-6/+128
| * | Show the enabled capabilities in the 'license' page.Sadrul Habib Chowdhury2010-03-171-1/+67
| * | Mark the right-side of a region with '|'s.Sadrul Habib Chowdhury2010-03-172-0/+17
| * | Add special rendition for silence'd windows.Sadrul Habib Chowdhury2010-03-1411-17/+42
| * | Fix a typo.Sadrul Habib Chowdhury2010-03-121-2/+2
| * | Fix an invalid memory read.Sadrul Habib Chowdhury2010-03-121-3/+2
| * | Make layer-resizing a bit more robust and readableSadrul Habib Chowdhury2010-03-102-33/+67
| * | Fix compiling SIMPLESCREEN.Sadrul Habib Chowdhury2010-03-091-0/+2
| * | Fix an invalid memory read.Sadrul Habib Chowdhury2010-03-091-2/+2