[yast-commit] r67380 - /trunk/ncurses/src/NCRichText.h
Author: gs Date: Wed Feb 8 13:27:40 2012 New Revision: 67380 URL: http://svn.opensuse.org/viewcvs/yast?rev=67380&view=rev Log: add AdjustPrePad Modified: trunk/ncurses/src/NCRichText.h Modified: trunk/ncurses/src/NCRichText.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses/src/NCRichText.h?rev=67380&r1=67379&r2=67380&view=diff ============================================================================== --- trunk/ncurses/src/NCRichText.h (original) +++ trunk/ncurses/src/NCRichText.h Wed Feb 8 13:27:40 2012 @@ -212,6 +212,7 @@ void PadWS( const bool tab = false ); void PadTXT( const wchar_t * sch, const unsigned len ); void PadPreTXT( const wchar_t * sch, const unsigned len ); + void AdjustPrePad( const wchar_t * sch ); bool PadTOKEN( const wchar_t * sch, const wchar_t *& ech ); protected: -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org