• R/O
  • HTTP
  • SSH
  • HTTPS

MacPorts: Commit

My MacPorts


Commit MetaInfo

Revisionb5b6e1a94f18d5b982d1ca5cb834dcc669b2dc1b (tree)
Time2009-03-27 21:51:17
AuthorKazuki Sakamoto <sakamoto@splh...>
CommiterKazuki Sakamoto

Log Message

vim-app: redraw when changed transparency

Change Summary

Incremental Difference

--- a/editors/vim-app/files/patch-gui_mac.m
+++ b/editors/vim-app/files/patch-gui_mac.m
@@ -46,6 +46,14 @@
4646 }
4747
4848 void im_set_position(int row, int col)
49+@@ -1269,6 +1278,7 @@
50+
51+ void gui_mch_new_colors()
52+ {
53++ must_redraw = CLEAR;
54+ }
55+
56+ guicolor_T gui_mch_get_color(char_u *name)
4957 @@ -2835,6 +2844,13 @@
5058
5159 if (markedRange.length > 0)
Show on old repository browser