예제 #1
0
파일: history.hpp 프로젝트: alexlav/conemu
		void Delete(HistoryRecord* Item){HistoryList.Delete(Item); ResetPosition(); SaveHistory();}
예제 #2
0
파일: macro.hpp 프로젝트: CyberShadow/FAR
		void RemoveCurMacro() { if (!m_MacroQueue.Empty()) m_MacroQueue.Delete(m_MacroQueue.First()); }