From 82444412aa0c2bedd5d5d15928b2faa3ad48f45f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 3 Oct 2025 00:04:20 -0400 Subject: [PATCH] fix table --- doc/cp.nvim.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/cp.nvim.txt b/doc/cp.nvim.txt index 2f15b6e..95ace6f 100644 --- a/doc/cp.nvim.txt +++ b/doc/cp.nvim.txt @@ -396,24 +396,24 @@ Interface ~ The run panel uses the following table layout: > - ┌─────┬────────┬──────────────┬───────────┬──────────┬─────────────┐ - │ # │ Status │ Runtime (ms) │ Time (ms) │ Mem (MB) │ Exit Code │ - ├─────┼────────┼──────────────┼───────────┼──────────┼─────────────┤ - │ 1 │ AC │ 12.0 │ 2000 │ 256 │ 0 │ - │> 2 │ WA │ 45.70 │ 2000 │ 256 │ 1 │ - ├─────┴────────┴──────────────┴───────────┴──────────┴─────────────┤ - │Input: │ - │5 3 │ - ├─────┬────────┬──────────────┬───────────┬──────────┬─────────────┤ - │ 3 │ AC │ 9.0 │ 2000 │ 256 │ 0 │ - │ 4 │ RTE │ 0.0 │ 2000 │ 256 │139 (SIGUSR2)│ - └─────┴────────┴──────────────┴───────────┴──────────┴─────────────┘ - ┌──────────────────────────────────────────────────────────────────┐ - │Expected vs Actual │ - │423 │ - │100 │ - │hello world │ - └──────────────────────────────────────────────────────────────────┘ + ┌─────┬────────┬──────────────┬───────────┬──────────┬──────────┬─────────────┐ + │ # │ Status │ Runtime (ms) │ Time (ms) │ RSS (MB) │ Mem (MB) │ Exit Code │ + ├─────┼────────┼──────────────┼───────────┼──────────┼──────────┼─────────────┤ + │ 1 │ AC │ 12.0 │ 2000 │ 123 │ 256 │ 0 │ + │ >2 │ WA │ 45.70 │ 2000 │ 100 │ 256 │ 1 │ + ├─────┴────────┴──────────────┴───────────┴──────────┴──────────┴─────────────┤ + │ Input: │ + │ 5 3 │ + ├─────┬────────┬──────────────┬───────────┬──────────┬──────────┬─────────────┤ + │ 3 │ TLE │ 9.0 │ 2000 │ 256 │ 256 │ 136 (SIGBUS)│ + │ 4 │ RTE │ 0.0 │ 2000 │ 256 │ 256 │139 (SIGUSR2)│ + └─────┴────────┴──────────────┴───────────┴──────────┴──────────┴─────────────┘ + ┌─────────────────────────────────────────────────────────────────────────────┐ + │ Expected vs Actual │ + │ 423 │ + │ 100 │ + │ hello world │ + └─────────────────────────────────────────────────────────────────────────────┘ Status Indicators ~