summary refs log tree commit diff
AgeCommit message (Expand)Author
2018-08-13Add /query, /part and /closeCurtis McEnroe
2018-08-12Factor out input param and add tagFindCurtis McEnroe
2018-08-12Fix /open ranges by passing all URLs to open(1)Curtis McEnroe
2018-08-12Avoid setting mark if switching to the same viewCurtis McEnroe
2018-08-12Disable focus tracking in uiHideCurtis McEnroe
2018-08-11Add shift-{left,right} for single-line scrollingCurtis McEnroe
2018-08-11Leave room for topic when creating viewCurtis McEnroe
2018-08-11Rework UI code for multi-channelCurtis McEnroe
2018-08-11Add term.c for extra terminal featuresCurtis McEnroe
2018-08-11Fix isSelf user checkingCurtis McEnroe
2018-08-11Fix commented out error handlingCurtis McEnroe
2018-08-11Fix removing entries during tab completeCurtis McEnroe
2018-08-10Become multi-channelCurtis McEnroe
2018-08-10Move process spawning onto the event loopCurtis McEnroe
2018-08-10Remove unnecessary va_endCurtis McEnroe
2018-08-10Rename chan to joinCurtis McEnroe
2018-08-09Add -u option for setting userCurtis McEnroe
2018-08-09Color brackets around nicksCurtis McEnroe
2018-08-09Fix 432 handler paramsCurtis McEnroe
2018-08-09Add M-b, M-f, M-DEL, M-d, C-wCurtis McEnroe
2018-08-09Add PASS optionCurtis McEnroe
2018-08-09Ignore trailing space on slash commandsCurtis McEnroe
2018-08-09Replace shift with a great variadic functionCurtis McEnroe
2018-08-09Only tabTouch nick if not selfCurtis McEnroe
2018-08-09Add URL detection, listing and openingCurtis McEnroe
2018-08-08Add commands to tab completeCurtis McEnroe
2018-08-08Use blank line as unread markerCurtis McEnroe
2018-08-08Add Homebrew LibreSSL paths to MakefileCurtis McEnroe
2018-08-08Distinguish self with square bracketsCurtis McEnroe
2018-08-08Add markers as lines to the logCurtis McEnroe
2018-08-08Factor out line editing to edit.cCurtis McEnroe
2018-08-08Set log marker on FocusOut eventCurtis McEnroe
2018-08-08Color own messages 15Curtis McEnroe
2018-08-08Use BLACK LEFT-POINTING TRIANGLE for markerCurtis McEnroe
2018-08-07Reset attrs after addIRCCurtis McEnroe
2018-08-07Add tab complete UICurtis McEnroe
2018-08-07Implement cycling tab completeCurtis McEnroe
2018-08-07Mark log when scrolling upCurtis McEnroe
2018-08-07Remove extraneous slash from unrecognized commandCurtis McEnroe
2018-08-07Highlight and beep pingsCurtis McEnroe
2018-08-07Factor out allocating conversion between wcs and mbsCurtis McEnroe
2018-08-07Match commands case-insensitivelyCurtis McEnroe
2018-08-07Convert input to multibyte before handlingCurtis McEnroe
2018-08-07Populate tab-complete listCurtis McEnroe
2018-08-07Fix /me formatting side-effectsCurtis McEnroe
2018-08-07Define ui.c BUF_LEN with enumCurtis McEnroe
2018-08-07Hack clang into checking uiFmt format stringsCurtis McEnroe
2018-08-07Handle PART and QUIT without messagesCurtis McEnroe
2018-08-07Make safe filling the who bufferCurtis McEnroe
2018-08-07Add reverse and reset IRC formatting codesCurtis McEnroe