Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionList assertation failure Pin
ForNow2-Oct-22 15:50
ForNow2-Oct-22 15:50 
AnswerRe: List assertation failure Pin
Graham Breach2-Oct-22 21:06
Graham Breach2-Oct-22 21:06 
GeneralRe: List assertation failure Pin
ForNow2-Oct-22 21:22
ForNow2-Oct-22 21:22 
GeneralRe: List assertation failure Pin
Graham Breach2-Oct-22 21:46
Graham Breach2-Oct-22 21:46 
GeneralRe: List assertation failure Pin
ForNow3-Oct-22 8:49
ForNow3-Oct-22 8:49 
AnswerRe: List assertation failure Pin
CPallini2-Oct-22 21:08
mveCPallini2-Oct-22 21:08 
GeneralRe: List assertation failure Pin
ForNow2-Oct-22 22:17
ForNow2-Oct-22 22:17 
QuestionMessage Closed Pin
2-Oct-22 9:45
Member 149687712-Oct-22 9:45 
AnswerRe: Connect to terminal native window - repost Pin
Dave Kreskowiak2-Oct-22 16:49
mveDave Kreskowiak2-Oct-22 16:49 
AnswerRe: Connect to terminal native window - repost Pin
Richard MacCutchan2-Oct-22 22:34
mveRichard MacCutchan2-Oct-22 22:34 
GeneralMessage Closed Pin
3-Oct-22 7:50
Member 149687713-Oct-22 7:50 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan3-Oct-22 9:15
mveRichard MacCutchan3-Oct-22 9:15 
GeneralMessage Closed Pin
3-Oct-22 11:13
Member 149687713-Oct-22 11:13 
GeneralRe: Connect to terminal native window - repost Pin
k50543-Oct-22 11:58
mvek50543-Oct-22 11:58 
I suspect that what's going on is that when you highlight some text in your terminal window, its getting copied to a clipboard in the GUI. Or perhaps its not getting copied and you need to tell the terminal app to copy the text - usually, but not guaranteed to be, CTL-C. Otherwise, you might need to look into the GUI API for accessing contents of the clipboard. Note that many XTerm emulators seem to have 2 independent clipboards. There's one that you get when you merely highlight the text, and which you can then usually paste with middle-button on the mouse. There's also the Cut/Paste (CTL-C/CTL-V) clipboard. The two sometimes seem to be synchronized, but not always. In general, I think you should prefer the Cut/Paste method, as that seems to copy text to the GUI's idea of the clipboard, and is usually what you get back when you Paste. This is all a bit hand-wavy, because it seems like there's no hard and fast rules about what gets copied where during a highlight and/or a Copy/Paste.
Keep Calm and Carry On

GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan3-Oct-22 21:54
mveRichard MacCutchan3-Oct-22 21:54 
QuestionRe: Connect to terminal native window - repost Pin
David Crow4-Oct-22 5:17
David Crow4-Oct-22 5:17 
AnswerMessage Closed Pin
4-Oct-22 7:03
Member 149687714-Oct-22 7:03 
GeneralMessage Closed Pin
4-Oct-22 19:10
Member 149687714-Oct-22 19:10 
GeneralRe: Connect to terminal native window - repost Pin
k50545-Oct-22 4:32
mvek50545-Oct-22 4:32 
GeneralMessage Closed Pin
5-Oct-22 9:37
Member 149687715-Oct-22 9:37 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan5-Oct-22 22:47
mveRichard MacCutchan5-Oct-22 22:47 
GeneralMessage Closed Pin
6-Oct-22 4:42
Member 149687716-Oct-22 4:42 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan6-Oct-22 4:56
mveRichard MacCutchan6-Oct-22 4:56 
GeneralMessage Closed Pin
7-Oct-22 8:57
Member 149687717-Oct-22 8:57 
GeneralRe: Connect to terminal native window - repost Pin
Richard MacCutchan7-Oct-22 9:25
mveRichard MacCutchan7-Oct-22 9:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.