summaryrefslogtreecommitdiff
path: root/lib/reline/terminfo.rb
AgeCommit message (Expand)Author
2022-01-24[ruby/reline] Ignore global constants when checking if Fiddle::VERSION existsPostmodern
2022-01-08[ruby/reline] Fix reline on SolarisPeter Zhu
2022-01-02[ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta
2022-01-02[ruby/reline] Implement Reline::Terminfo.tigetnumaycabta
2022-01-02[ruby/reline] Fix the difinition of tigetflag() in comment...aycabta
2022-01-01[ruby/reline] Remove unnecessary qualifiers on definition of commentsaycabta
2022-01-01[ruby/reline] Implement Reline::Terminfo.tigetflagaycabta
2021-10-11[ruby/reline] Rescue LoadError to require 'fiddle'aycabta
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