aboutsummaryrefslogtreecommitdiffstats
path: root/vimput.pl
AgeCommit message (Expand)Author
2017-12-16Set prompt to saved Vim contentsTeddy Wing
2017-12-16open_tmux_split: Remove filename first argumentTeddy Wing
2017-12-16Open Vim instance without blockingTeddy Wing
2017-12-16Use separate `Irssi::input_add` handlers for command & inputTeddy Wing
2017-12-16Distinguish between commands and input in pipe readerTeddy Wing
2017-12-16Put the FIFO back inTeddy Wing
2017-12-16Get rid of the sleep while reading the socketTeddy Wing
2017-12-16Use two pipe to communicate between forksTeddy Wing
2017-12-16Try to use Unix domain sockets for inter-process communicationTeddy Wing
2017-12-16Get simple forking working without Vim & FIFO nonsenseTeddy Wing
2017-12-16FIFO sort of worksTeddy Wing
2017-12-16Try to listen on a FIFO for the updated messageTeddy Wing
2017-12-15Take note of a possible message level to use for errorsTeddy Wing
2017-12-15Add a TODO to see if we can replace our signal with a commandTeddy Wing
2017-12-15Open a Tmux split with the prompt contentsTeddy Wing
2017-12-15Write input contents on C-xTeddy Wing
2017-12-15Write input contents on key pressTeddy Wing
2017-12-15Make `$VERSION` and `%IRSSI` `our` variablesTeddy Wing
2017-12-15Print current input contentsTeddy Wing