ADVERTISEMENT

The old recliner

Published Jun 27, 2026 12:02 am  |  Updated Jun 26, 2026 03:30 pm
PAGBABAGO
Finally, after 18 years, I had to say goodbye to my old dark brown recliner. During the past few years, we found it a challenge to maintain it – like having to clean it twice a day to get rid of perennial dust. It had served me well in my retirement years when I spend more time sitting down watching Netflix or reading if not lying in bed because of weak legs and a frozen right arm.
It is a push button manual with none of the add-ons of the latest electrical recliner which my son Ferdie had bought me recently. The new one is beige, wrapped in microfiber material with USB ports for the cellphone.
But my story focuses more on the slightly bigger twin chair of husband Andrew. For all the years he had it, he literally lived in it which was all of nine years. We would sit together side by side before the TV set but since I was more mobile, he would sit by himself most of the time.
To him, the recliner was an answer to his prayer as he needed something more comfortable than the mattress of his bed. We had to change the mattress almost every year but even after we were able to secure the best mattress in town, he would still spend more time in the recliner.
During the last three years of his life (he passed away at 99 short of 40 days before reaching a century), and sometimes even before that, he would ask the driver to take it along during our hospital visits which became more often.
Of course, he slept in the recliner, not in the hospital bed. This made his doctor remark that perhaps he should ask the hospital management to purchase recliners for the geriatric ward. After he passed away, Ferdie placed the recliner as a memento in one of his rooms.
Thus, the recliner had been a frequent traveler to at least the three major hospitals in Metro Manila where Andrew had been confined for various ailments in the span of at least four decades and more frequently during his last year in 2015. This was for various ailments among them, malabsorption of nutrients when he lost 80 lbs which he eventually regained after a few months; aneurysm, pneumonia, and other ailments of the elderly.
The old recliner like your best friend was always there. We converted our recreation room into a hospital ward with a hospital bed, oxygen tank, etc. The caregivers would carry him to his bed but he would always ask to be moved to the recliner.
Even during his palliative days, he would insist on sitting in his chair. If he didn’t experience a fatal attack where he had to be rushed in an ambulance to the hospital, he would have expired in his recliner.
I don’t share the same attachment to my old recliner. But after enjoying the first few days of novelty with my new chair, I now begin to complain about comfort. The old friend is still around and I won’t be surprised if one of these days, I would ask that it be returned to its old place.
At my current state of health when I find it even difficult to navigate around my two-bedroom condo, I try to seek comfort not in my bed but in a recliner. I truly miss my old friend even if it is not a beauty like the new one.
(Email: [email protected])

Related Tags

PAGBABAGO FLORANGEL ROSARIO BRAID
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.