X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTermlib%2FTerminfo.hh;h=a5af5cf7d7f0b6cbaec3e3ec491a090bcf2a383c;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=601051bc7d2c6ed56f7a47c6f98a31279e63ac11;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Utils/Termlib/Terminfo.hh b/senf/Utils/Termlib/Terminfo.hh index 601051b..a5af5cf 100644 --- a/senf/Utils/Termlib/Terminfo.hh +++ b/senf/Utils/Termlib/Terminfo.hh @@ -36,7 +36,7 @@ #include //#include "Terminfo.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace term { @@ -65,7 +65,7 @@ namespace term { class Terminfo { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types /** \brief NoValue constant @@ -184,7 +184,7 @@ namespace term { typedef boost::int16_t number_t; ///< Numeric terminfo property type typedef char const* string_t; ///< String terminfo property type - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// Terminfo(); explicit Terminfo(std::string const & term); ///< Load terminfo entry \a term @@ -208,7 +208,7 @@ namespace term { /**< Formats the string property \a p containing special terminfo codes. Terminfo supports up to 9 parameters. */ - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// void dump(std::ostream & os) const; ///< Dump a description of the terminfo entry @@ -245,7 +245,7 @@ namespace term { class KeyParser { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types /** \brief Special keyboard key codes */ @@ -275,7 +275,7 @@ namespace term { /** \brief Helper to convert uppercase char to Control key code */ static keycode_t Ctrl(char ch) { return ch-'@'; } - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// KeyParser(); explicit KeyParser(Terminfo const & ti); ///< Load keymap information from \a ti @@ -314,7 +314,7 @@ namespace term { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "Terminfo.cci" //#include "Terminfo.ct" //#include "Terminfo.cti"