2007-04-26から1日間の記事一覧

Transaction

class TransactionBase { public: void DoIt() { DoItImpl(); if (TransactionBase* pNext = GetNext()) { pNext->DoIt(); } } };

xf86-video-i810-2.0.0

これ http://www.tetromino.net/blog/2007/04/25/manual-modesetting-for-xf86-video-intel/ で Modeline の選択は正しくなったが、現象かわらず! なにか、他の問題がある。 やれやれ。

patch 225-226

Vim

7.0.225 after setline() cursor may be on wrong byte of mulit-byte char 7.0.226 display flicker when setting sign through netbeans interface