emphasis moved to fe-messages. added a few checks so that non-words

aren't treated as emphasis


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1022 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-12-28 17:04:33 +00:00 committed by cras
commit db5e7f3731
5 changed files with 96 additions and 68 deletions

View file

@ -0,0 +1,8 @@
#ifndef __FE_MESSAGES_H
#define __FE_MESSAGES_H
/* convert _underlined_ and *bold* words (and phrases) to use real
underlining or bolding */
char *expand_emphasis(const char *text);
#endif