Home
last modified time | relevance | path

Searched refs:DetectDBChar (Results 1 – 5 of 5) sorted by relevance

/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/view/
H A Deditor.cpp323 if(DetectDBChar() && x > 0 && pAttr[x - 1].GetCharSet() == CTermCharAttr::CS_MBCS2){ in MoveLeft()
341 if(DetectDBChar() && pAttr[x].GetCharSet() == CTermCharAttr::CS_MBCS1){ in MoveRight()
386 if(DetectDBChar() && pAttr[x].GetCharSet() == CTermCharAttr::CS_MBCS2){ in MoveToPrevPage()
410 if(DetectDBChar() && pAttr[x].GetCharSet() == CTermCharAttr::CS_MBCS2){ in MoveToNextPage()
578 if( DetectDBChar() && pAttr[m_CaretPos.x].GetCharSet() == CTermCharAttr::CS_MBCS2){ in SetCaretPosX()
H A Dtelnetview.cpp116 if( Con->DetectDBChar() && Attr[pos].GetCharSet() == CTermCharAttr::CS_MBCS1 ) in EnterWrapper()
124 if( Con->DetectDBChar() && pos > 0 && Attr[pos-1].GetCharSet() == CTermCharAttr::CS_MBCS2 ) in LeaveWrapper()
173 if (GetCon()->DetectDBChar() && x > 0 && pAttr[x-1].GetCharSet() == CTermCharAttr::CS_MBCS2) in OnKeyDown()
185 if (GetCon()->DetectDBChar() && pAttr[x].GetCharSet() == CTermCharAttr::CS_MBCS1) in OnKeyDown()
H A Dtelnetcon.h141 bool DetectDBChar(){ return m_Site.m_DetectDBChar; } in DetectDBChar() function
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/
H A DNEWS105 * Bugfix: Nonpersistent "DetectDBChar" preference.
H A DChangeLog.old768 nonpersistent "DetectDBChar" preference.