summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2016-01-08reorder history add and fixesailin-nemui
2015-12-15Merge pull request #306 from dequis/bracketed-pasteailin-nemui
2015-12-13Bracketed paste: fix nitpick from ahf's reviewdequis
2015-12-12Bracketed paste: Adjust paste line count if there's text after newlinesdequis
2015-12-12Disable timeout-based paste detection if paste_use_bracketed_mode is ondequis
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-12-09Merge pull request #174 from ailin-nemui/entry-prompt-coloursailin-nemui
2015-11-22Use 'isblank()' instead of a custom macroLemonBoy
2015-11-22Correct a wrong use of the 'paste_buffer' variableFabian Kurz
2015-11-08Merge remote-tracking branch 'origin/master' into bracketed-pastedequis
2015-11-02Merge pull request #330 from dequis/xterm-keypad-enterailin-nemui
2015-11-01Merge pull request #320 from irssi/ahf/add-setting-type-anydx
2015-10-06Add xterm's keypad enter, meta-O-M to "key return" bindingsdequis
2015-10-04Fix the indentation.LemonBoy
2015-10-03Remove check for >= 0 for unsigned unichar.Alexander Færøy
2015-10-02Even simpler logicLemonBoy
2015-10-02Rework the logic to avoid allocating memoryLemonBoy
2015-10-02Fix the display of utf8 sequences in the guiLemonBoy
2015-09-27Handle empty bracketed pastes (or sequences of those)dequis
2015-09-27Handle a paste start marker right after an end one (ignore both)dequis
2015-09-27Create paste_bracketed_middle() function to handle small pastesdequis
2015-09-27Fix some minor style issuesdequis
2015-09-27Send last line of bracketed paste together with the restdequis
2015-09-27paste_bracketed_end: Fix rest length calculationdequis
2015-09-27Save the part of the paste buffer after the bp_end marker for laterdequis
2015-09-27Improve bracketed paste start/end detectiondequis
2015-09-27Get rid of the non-portable memmemLemonBoy
2015-09-27Enable the bracketed paste mode on demandLemonBoy
2015-09-27Replace some hairy logic with g_array_remove_rangeLemonBoy
2015-09-27TogglesLemonBoy
2015-09-27Implement the bracketed paste modeLemonBoy
2015-09-21Fix FS#905, mangled text when pasted line length exceeds 400dequis
2015-09-20Merge pull request #288 from irssi/ahf/kill-gcdx
2015-09-20Fix warning.Alexander Færøy
2015-09-20Remove Garbage Collection support.Alexander Færøy
2015-09-19Modify the terminal initialization sequenceLemonBoy
2015-09-06Send smkx/rmkx sequence at terminal initLemonBoy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-03-01Merge pull request #217 from Lohhari/lastlog-dateAlexander Færøy
2015-02-17fix crash in layout code when encountering wrong configAilin Nemui
2015-02-17Refuse to load broken configs on irssi startAilin Nemui
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2015-02-16Merge pull request #115 from ailin-nemui/fix-hat-keyAlexander Færøy
2015-02-16lastlog.c is a mix of tab and space indentation. My changes now use tabs.Vesa Pirila
2015-02-08Added customization possibility for the lastlog date format, lastlog_dateVesa Pirila
2015-02-08Added a -date parameter to /lastlog to prepend each row with the row's dateVesa Pirila
2014-12-14Fix blinking/bold text in terminals with no color supportdequis
2014-11-10reimplement format and length logic for the entry promptAilin Nemui
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos