mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
TextDiffCtrl: Now supports selection & copy #171
git-svn-id: svn://ultimatepp.org/upp/trunk@6946 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5b641eeaeb
commit
a2a391f4e3
4 changed files with 86 additions and 8 deletions
|
|
@ -168,9 +168,9 @@ bool Gdb_MI2::InterruptDebugger(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef PLATFORM_POSIX
|
||||
void Gdb_MI2::AsyncBrk()
|
||||
{
|
||||
#ifdef PLATFORM_POSIX
|
||||
// data must be refreshed
|
||||
dataSynced = false;
|
||||
|
||||
|
|
@ -187,8 +187,8 @@ void Gdb_MI2::AsyncBrk()
|
|||
if(stopped)
|
||||
break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void Gdb_MI2::Stop()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue