Feature #732
IRC formatting code support, and keyboard shortcuts for same
Status: | New | Start: | 07/04/2012 | |
Priority: | Low | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Frontend GNOME | |||
Target version: | - | |||
Complexity: | Low |
|||
Votes: | 2 (View) |
Description
At present the smuxi frontend only supports entering two formatting codes (bold and underline), and only by bracketing the text in asterisks or underscores - which remain present in the transmitted text! This is convenient, but ugly.
Keyboard shortcuts that insert the IRC formatting codes (and nothing else) directly would be nice. This gist1 lists the commonly recognized formatting codes, their meanings, and their default keybindings in xchat.
History
Updated by Mirco Bauer 4523 days ago
- Category changed from Frontend to Frontend GNOME
- Target version set to 0.9
- Complexity set to Low
Updated by Mirco Bauer 4113 days ago
Stuff on the internet vanishes way too quickly, so here a backup of that paste/gist:
FORMAT CHAR HEX BIND NOTES bold ^B 0x02 c-B underline ^_ 0x1F c-U because c-_ is hard to type colour ^C 0x03 c-K c-C already bound to "copy" clear ^O 0x0F c-O resets all formatting inverse ^V 0x16 c-R aka "reverse", hence the bind; some clients render this as italic instead
Updated by Mirco Bauer 4113 days ago
- Target version changed from 0.9 to 0.10
Updated by Mirco Bauer 4012 days ago
- Target version deleted (
0.10)