summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/edlin.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* Make Ctrl+L clear the screen in the terminalJosé Valim2022-10-121-1/+6
* kernel: Add support for expand after current lineLukas Larsson2022-10-041-4/+10
* stdlib: extend auto-completion in shell to use type specificationsfrazze-jobb2022-09-271-53/+34
* stdlib: Delete dead edlin codeLukas Larsson2022-08-291-145/+0
* stdlib: Fix backspace for empty searchLukas Larsson2022-08-291-4/+4
* stdlib: Remove commented out codeHans Bolinder2019-08-201-4/+1
* Update copyright yearHenrik Nord2018-06-181-1/+1
* stdlib: Fix jumping to beginning or end of lineDan Gudmundsson2017-09-131-4/+4
* stdlib: Improve edlin handling of unicode charsDan Gudmundsson2017-08-161-52/+80
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Do not consider "." part of names in edlinJosé Valim2016-01-011-1/+0
* Erlang shell: Support keys Del, Home and EndTom Szilagyi2015-07-161-0/+4
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Fix problem with unitialized edlin text bufferPeter Andersson2015-04-221-1/+15
* Make shell ctrl-u save killed text correctlySteve Vinoski2014-10-011-1/+1
* Merge branch 'maint'Fredrik Gustafsson2013-08-261-0/+30
|\
| * make edlin understand a few important control keysStefan Zegenhagen2013-08-071-0/+30
* | Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder2013-04-191-2/+1
|/
* Add search to Erlang shell's historyFred Hebert2013-01-191-6/+103
* Prepare OTP files for Unicode as default encodingHans Bolinder2013-01-091-3/+4
* Readline-style line edit historyDave Peticolas2010-03-091-0/+5
* stdlib: clean up as suggested by tidierKostis Sagonas2010-02-101-6/+4
* Merge branch 'uw/shell-tab-completion' into ccase/r13b04_devErlang/OTP2010-01-201-8/+28
|\
| * Shell tab completion now works for quoted module and function namesUlf Wiger2010-01-071-3/+23
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+575