mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Backport lyxclient commandline fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26623 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
528d9deae2
commit
3e2886b52e
@ -627,7 +627,7 @@ int main(int argc, char * argv[])
|
||||
iowatch.wait();
|
||||
if (iowatch.isset(0)) {
|
||||
string command;
|
||||
cin >> command;
|
||||
getline(cin, command);
|
||||
if (command == "BYE:") {
|
||||
server->writeln("BYE:");
|
||||
saidbye = true;
|
||||
|
@ -96,6 +96,7 @@ What's new
|
||||
|
||||
- Fix LaTeX output if no graphic driver was selected (part of bug 5294).
|
||||
|
||||
- Fix lyxclient to read the whole command line as one command.
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user