aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updaed vim input.txt with some more notes.vim-newinputTom Feist2011-05-121-0/+22
|
* vim-mode/vim_mode: more broken. Need to start over, I think.Tom Feist2011-05-051-192/+277
|
* vim-mode/vim_mode: quite heavily broken. Needs a whole new rethink about the wayTom Feist2011-05-051-434/+490
| | | | it's going to be buffered and processed.
* vim-mode/vim_mode: fix some warnings/errors on script unload, allow cmd_seq toTom Feist2011-05-051-27/+89
| | | | be a 2-char seqeuence rather than single one repeated, and some other fixes.
* vim-mode/vim_mode: tidy up, remove some dead code.Tom Feist2011-05-051-53/+62
|
* vim-mode/vim_mode: beginnings of new input system starting to take shape -Tom Feist2011-05-051-204/+398
| | | | following actual vim style of timeout/ttimeout[_len] flags and fields.
* vim-mode/vim_mode: added :set [no]option for booleans. Needs testing (whichTom Feist2011-05-051-0/+15
| | | | can't be done until I unbreak the input system :(
* vim-mode/vim_mode: changed input_buf to escape_buf to more accurately representTom Feist2011-05-051-91/+128
| | | | what it's for.
* addded all the 'official' vim timeout* settigns for controliling escape ↵Tom Feist2011-05-051-10/+12
| | | | handling.
* change _debug to eliminate DEBUG function callTom Feist2011-05-051-6/+24
|
* vim-mode/vim_mode: moved input handling code out of signal handler into aTom Feist2011-05-051-21/+56
| | | | separate function, and clarified a lot of the keycode handling with KEY_* constants.
* updated README to remind myself how to do a proper script deployment.Tom Feist2011-05-052-1/+19
|
* bleepbloopTom Feist2011-05-051-2/+2
|
* beepbeepTom Feist2011-05-051-0/+1
|
* template: death of the return of the child of the hook testing comment.Tom Feist2011-05-051-1/+0
|
* template: return of the comment!Tom Feist2011-05-051-1/+1
|
* template: removed comment againTom Feist2011-05-051-1/+1
|
* test comment for hooks in template.plTom Feist2011-05-051-0/+1
|
* moved hook instead of symlinkTom Feist2011-05-051-38/+0
|
* vim_mode: small comment change testTom Feist2011-05-051-1/+1
|
* sorted otu pre-commit hook, I hopeTom Feist2011-05-052-5/+46
|
* added script to auto-updated "changed" field of %IRSSI hash when called on a ↵Tom Feist2011-05-051-0/+119
| | | | script
* vim-mode/vim_mode: minor comment fixupsTom Feist2011-05-051-3/+6
|
* vim-mode/vim_mode: OCD code reformatting (thanks, perltidy!)Tom Feist2011-05-051-154/+190
|
* vim-mode/vim_mode: moved things into more common groupings and added commentTom Feist2011-05-051-163/+253
| | | | headings. cleaned up the warning code a bit.
* renamed various statusbar-item and expando callbacks, and their generator ↵Tom Feist2011-05-051-19/+25
| | | | functions.
* vim-mode: new branch for fixing input code. Move it all to single location (endTom Feist2011-05-041-516/+524
| | | | of file), and rename got_key handler to something standard (sig_gui_keypress)
* added colour_test for testing implementations of 256-colour patchesTom Feist2011-05-041-0/+16
|
* small documentation fixupTom Feist2011-05-041-0/+5
|
* vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possiblyTom Feist2011-04-281-2/+2
| | | | work now.
* vim-mode/vim_mode: added new setting: 'esc_buf_timeout',Tom Feist2011-04-281-2/+9
| | | | | | It determines the amount of time between escape being pressed and other keys being assumed to be part of an escape (meta-) sequence. Defaults to 10ms. Be careful changing it.
* notifyquit: fixed check_watchlist test to pass a channel name, not an object.Tom Feist2011-04-221-1/+1
|
* notifyquit: added additional check for non-channel activities which mayTom Feist2011-04-221-0/+6
| | | | influence watchlist.
* merged vague's changes to watchlist. Things should (in theory) work.Tom Feist2011-04-222-28/+38
| | | | Testers needed.
* finally fixed link to point at coekies repo.Tom Feist2011-04-222-4/+6
|
* history-search/README: linkifying failed, fallin back to GH style linkage.Tom Feist2011-04-222-2/+2
|
* history-search/README: see if we can fix the link to coekies original ↵Tom Feist2011-04-222-2/+6
| | | | history_search
* history-search/README: fix list formatting and a POD formatting error.Tom Feist2011-04-222-21/+32
|
* quit-notify/notifyquit: updated docs & readme to mention that C-c and C-g bothTom Feist2011-04-222-3/+10
| | | | cancel message
* Merge branch 'dev' of github.com:shabble/irssi-scripts into devTom Feist2011-04-221-6/+9
|\ | | | | | | | | Conflicts: vim-mode/vim_mode.pl
| * vim-mode: Fix :map displaying <C-H> as mapped to <BS>.Simon Ruderich2011-02-121-0/+2
| |
| * vim-mode: Support ^H as BS key.Simon Ruderich2011-01-201-4/+5
| | | | | | | | | | | | Reported by peth. At the moment it's not working for custom mappings though!
* | Merge branch 'master' into devTom Feist2011-04-2295-806/+9717
|\ \
| * | feature-tests/key_sig: test to see if there's any useful info in the 'keyboardTom Feist2011-04-221-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | created' signals. Answer is no, because it gets initialised befor the perl core, so we're too late to handle the signal. Might be a useful testcase for when I start meddling with multiple keyboards though.
| * | act_hide/act_hide: initial commit of an improved version of hide.pl for managingTom Feist2011-04-221-0/+353
| | | | | | | | | | | | activity_hide_(targets|level) settings.
| * | start of Makefile to automate generation of README.pod docs for each scriptTom Feist2011-04-221-0/+42
| | | | | | | | | | | | with embedded POD.
| * | vim-mode/vim_mode: FINAL doc update for now. Or Else.Tom Feist2011-04-223-10/+10
| | |
| * | vim-mode/vim_mode: docs: missed a bracket.Tom Feist2011-04-222-2/+2
| | |
| * | vim-mode/vim_mode: more doc updates about hooks and sbar items.Tom Feist2011-04-222-37/+59
| | |
| * | vim-mode/vim_mode: more documentation on how to use uberprompt hooks andTom Feist2011-04-222-2/+136
| | | | | | | | | | | | expandos to get vim_mode sbar items or variables.