summaryrefslogtreecommitdiff
path: root/lib/reline/terminfo.rb
AgeCommit message (Expand)Author
2021-09-22[ruby/reline] Use `unpack1` instead of `unpack(template)[0]`Kazuhiro NISHIYAMA
2021-08-06Check the result of tigetstrNobuyoshi Nakada
2021-08-06Fix caching of curses_dlNobuyoshi Nakada
2021-08-06Fix the result of checking the existence of constants being reversedaycabta
2021-07-30[ruby/reline] Support Terminfo on Cygwin and macOSaycabta
2021-07-30[ruby/reline] Don't check the existence of Terminfo on Windowsaycabta
2021-07-30[ruby/reline] Check TYPE_VARIADICaycabta
2021-07-30[ruby/reline] Define StringWithTiparm instead of singular methodaycabta
2021-07-30[ruby/reline] Add original C function declarations comment for each functionaycabta
2021-07-30[ruby/reline] Fix reline on OpenBSDJeremy Evans
2021-07-30[ruby/reline] Add TODO comment to implement tigetflag() and tigetnum()aycabta
2021-06-21Check Ruby version to use Fiddle with variadic args in test-allaycabta
2021-06-21[ruby/reline] Check existance of a constant, Fiddle::VERSIONaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chainaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr and tiparm should return String objectaycabta
2021-06-21[ruby/reline] Add terminfo supportaycabta