ima1zumi (Mari Imaizumi)
- Login: ima1zumi
- Registered on: 10/03/2020
- Last connection: 09/10/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 1 | 2 |
Like
Activity
05/20/2022
-
08:49 AM Ruby master Revision bcdbfe4b (git): [ruby/reline] Require Ruby >= 2.6
- fix https://github.com/ruby/reline/pull/428
https://github.com/ruby/reline/commit/dae9eca323
12/30/2021
-
11:23 AM Ruby master Revision f589242e (git): [ruby/reline] Use unix_line_discard when Ctrl-u is entered
- The kill-line was called when C-u was entered, so it is now called unix-line-discard.
In readline(3):
> unix-line-d...
12/10/2021
-
01:19 PM Ruby master Revision 519a945e (git): [ruby/reline] Execute compress_meta_key if convert_meta is on
- fix `#357`
When using 8-bit characters, it is better not to use `compress_meta_key`.
I believe not to use `compress_... -
01:19 PM Ruby master Revision 5f1975a4 (git): [ruby/reline] @convert_meta is true unless 8-bit characters
- If Reline::IOGate.encoding contains 7-bit characters, convert-meta will set it On.
Because in readline(3):
> The d...
12/02/2021
-
03:51 PM Ruby master Revision d486286f (git): [ruby/irb] Add Alt+d keycode when convert-meta isn't used
- I pushed reline#389 for when convert-meta is not turned on in .inputrc.
Alt+D in irb also needs to be set to the keyc... -
03:39 PM Ruby master Revision 4d4716d9 (git): [ruby/reline] No need to check `x > 0`
- Checked in the previous line.
https://github.com/ruby/reline/commit/bf774c0f2c -
02:41 PM Ruby master Revision ca33b590 (git): [ruby/reline] fix `TerminfoError` -> `Reline::Terminfo::TerminfoError`
- https://github.com/ruby/reline/commit/c07b0ace6a
-
02:41 PM Ruby master Revision 697d7b8d (git): [ruby/reline] Rescue if tigetstr(capname) cannot be obtained
- fix https://github.com/ruby/reline/issues/384
If `$TERM` is `vt102`, there are no `kend`, `khome`, `civis`, or `cnor...
11/21/2021
-
04:56 AM Ruby master Revision f5829e29 (git): [ruby/reline] Correct padding space calculation
- fix https://github.com/ruby/irb/issues/308
This bug occurred when `dialog.width - calculate_width(s, true)` was nega...
09/14/2021
-
01:28 PM Ruby master Revision 616d6717 (git): [ruby/reline] Remove unused using method
- follow #347
https://github.com/ruby/reline/commit/37453a83a3
Also available in: Atom