Commit History

Author SHA1 Message Date
  Marek Polacek 7b18107384 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler 14 years ago
  Denys Vlasenko d55f599440 lineedit: do not hang on error, but return error indicator. 14 years ago
  Denys Vlasenko 3926363214 lineedit: on tab completion, show filenames obly in all cases (bash compat) 14 years ago
  Denys Vlasenko 76939e7b72 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes 14 years ago
  Denys Vlasenko ba0e103a66 lineedit: de-indent large block in input_tab. No logic changes. 14 years ago
  Denys Vlasenko a46e16ef52 lineedit: rename tmp -> chosen_match; small code shrink 14 years ago
  Denys Vlasenko 9b56bf5416 lineedit: stop using permanent int_buf[] (16k!): allocate it 14 years ago
  Denys Vlasenko 81254ed387 lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs 14 years ago
  Denys Vlasenko 3c460b005c lineedit: return prefix len from tab completion helpers 14 years ago
  Denys Vlasenko 2679e3c8cc lineedit: clean up tab completion code (variable reuse, comments) 14 years ago
  Denys Vlasenko 57ea9b488b preparatory cleanup patch for tab completion fixes 14 years ago
  Denys Vlasenko 7063e86d0d lineedit: small readability improvement (same code) 14 years ago
  Denys Vlasenko 61a36af45d lineedit: fix completion with Unicode chars 14 years ago
  Denys Vlasenko b068bd7a41 lineedit: preparatory cleanup patch for Unicode completion fix 14 years ago
  Denys Vlasenko 451add4f23 lineedit: mostly revert recent wrong logic in "ask terminal" code 14 years ago
  Denys Vlasenko 55241fa2e0 lineedit: limit ASK_TERMINAL to the case when we can't find out the width 14 years ago
  Denys Vlasenko b9e35dc15d lineedit: cosmetics, no code changes 14 years ago
  Tomas Heinrich 11bcf4b224 lineedit: fix column display for wide and combining chars in TAB completion 14 years ago
  Denys Vlasenko bbf1aa1eaf typo fix 14 years ago
  Denys Vlasenko 1118d9b213 lineedit: fix insertion deep inside line (*several lines* before end) 14 years ago
  Denys Vlasenko 9963fe36c2 lineedit: trivial simplifications. -7 bytes 14 years ago
  Denys Vlasenko 248c324f7c lineedit: fix moving backwards across lines with wide chars 14 years ago
  Denys Vlasenko d9a3e89f50 consolidate ESC sequences 14 years ago
  Denys Vlasenko 26e2c1db0d stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing 14 years ago
  Tomas Heinrich b8909c52fe lineedit: partially fix wide and combining chars editing 14 years ago
  Denys Vlasenko 94043e8ad2 lineedit: change how cmdedit_set_out_char works 14 years ago
  Tomas Heinrich a659b81dfa libbb/lineedit: add support for preserving "broken" (non-unicode) chars 14 years ago
  Denys Vlasenko 19158a837d unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE 15 years ago
  Tomas Heinrich aa167556cd unicode: optional table for better handling of neutral bidi chars 15 years ago
  Tomas Heinrich c5c006c10c lineedit: first shot at optional unicode bidi input support 15 years ago