mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
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:
parent
08b95db0df
commit
db5e7f3731
5 changed files with 96 additions and 68 deletions
8
src/fe-common/core/fe-messages.h
Normal file
8
src/fe-common/core/fe-messages.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue