From: Araki K. <ara...@us...> - 2012-04-07 23:09:20
|
Hi, From: Andi Cristian Serbanescu <ski...@ya...> Subject: [Mlterm-dev-en] Feature request Date: Wed, 4 Apr 2012 04:04:37 -0700 (PDT) Message-ID: <133...@we...> > 1. Set the width of the internal border (it's 2 pixels wide and can't be configured as far as I know); I supported it. Specify "inner_border = value" in ~/.mlterm/main or "--border=value" as a command line argument. > 2. Simplify the cursor's reverse-video algorithm. If the character cell underneath has bright text, then the resulting cursor foreground is also bright, regardless of the cell's background originally being bright or not (e.g. hl_black on yellow becomes hl_yellow on hl_black), which looks bad and can lead to poor visibility sometimes. What we want is to simply swap the background and foreground colours (so that the earlier example would become yellow on hl_black). > 3. The same behaviour for highlighted text (i.e. with the mouse); I fixed it. > 4. Make the cursor blink:) I supported it. Specify "blink_cursor = true" in ~/.mlterm/main or "--blink" as a command line argument. Fixes above is pushed hg repository at sf.net. > 5. An option to display text with attributes (bold and underline) in colour instead. Could you tell me more about how the option works ? Regards, --- Araki Ken ara...@us... |